ISO20022object
TaxAmount
ISO20022: Set of elements used to provide information on the amount of the tax record. API: Amounts must always be set as positive values.
| Property | Description |
|---|---|
| rate | Rate used to calculate the tax. |
| taxableBaseAmount | Amount of money on which the tax is based. |
| totalAmount | Total amount that is the result of the calculation of the tax for the record. |
| details | Set of elements used to provide details on the tax period and amount. |
Fields (4)
- ratePercentageRate
Schema: PercentageRate
- taxableBaseAmountAmountType
Schema: AmountType
- totalAmountAmountType
Schema: AmountType
- detailsarray<TaxRecordDetails>
Set of elements used to provide details on the tax period and amount.
Item schema: TaxRecordDetails