TaxStatement
FDX / Data Structures / TaxStatement
Tax Statement, Tax statement containing one or more tax forms
Extends and inherits all fields from Tax
TaxStatement Properties
| # | Id | Type | Description |
|---|---|---|---|
| 1 | taxStatementId | Identifier | |
| 2 | taxDataType | TaxDataType | |
| 3 | forms | Array of TaxData | The list of data contents for all included tax forms, response should include one of `forms` or `pdf` |
| 4 | string | PDF version of the tax statement containing all form pages, binary encoded as Base64, response should include one of `pdf` or `forms` |
TaxStatement Usage:
- TaxStatementList statements