TaxReturnDeclaration
Properties
| Name | Type | Description |
|---|---|---|
| statement | string | |
| statementVersion | string | |
| isReady | boolean | |
| blockers | array of TaxReturnBlocker |
JSON Example
{
"statement": "string",
"statementVersion": "string",
"isReady": false,
"blockers": [
{
"code": "...",
"message": "...",
"reference": "..."
}
]
}