AllowanceChargeResponseDto
isChargebooleannullablerequired
Indicates whether the allowance/charge is a charge.
reasonstringnullablerequired
The reason for the allowance/charge.
amountExVatdoublenullablerequired
The amount excluding VAT.
vatRatedoublenullablerequired
The VAT rate applicable to the allowance/charge.
vatAmountdoublenullablerequired
The VAT amount for the allowance/charge.
amountInclVatdoublenullablerequired
The amount including VAT.
AllowanceChargeResponseDto
{
"isCharge": true,
"reason": "string",
"amountExVat": 0,
"vatRate": 0,
"vatAmount": 0,
"amountInclVat": 0
}