This input property indicates the employee’s filing status. This value is used by federal income tax as well as some state taxes. Possible values are:
| Value | Description |
|---|---|
| 0 | Single |
| 1 | Head of Household |
| 2 | Qualified Widow(er) |
| 3 | Married filing jointly |
| 4 | Married filing separately |
| 5 | Married, both spouses employed |
value = object.
object.value
| Part | Description |
|---|---|
| object | A TaxControl object. |
| value | A FilingStatus enum or integer result/expression. |