TaxLiabilityAdjustments
Properties
| Name | Type | Description |
|---|---|---|
| submittedOn | string | |
| carryBackLossesDecrease | CarryBackLossesDecrease | |
| taxRefundedOrSetOff | number |
JSON Example
{
"submittedOn": "2024-01-01T00:00:00Z",
"carryBackLossesDecrease": {
"incomeTax": 0,
"class4": 0,
"capitalGainsTax": 0
},
"taxRefundedOrSetOff": 0
}