TaxYearIncomeSourceConfiguration
Properties
| Name | Type | Description |
|---|---|---|
| accountingType | enum | Cash Accrual |
Cash Accrual | ||
| periodsOfAccount | PeriodsOfAccountResponse | |
| lateAccountingDateRule | LateAccountingDateRuleResponse | |
| supportsPeriodsOfAccount | boolean | |
| supportsLateAccountingDateRule | boolean | |
JSON Example
{
"accountingType": "Cash",
"periodsOfAccount": {
"submittedOn": "2024-01-01T00:00:00Z",
"hasPeriodsOfAccount": false,
"periods": [
"..."
]
},
"lateAccountingDateRule": {
"isDisapplied": false,
"isEligible": false,
"taxYearOfElection": "string",
"taxYearElectionExpires": "string"
},
"supportsPeriodsOfAccount": false,
"supportsLateAccountingDateRule": false
}