Skip to main content

AllowanceChargeResponseDto

isChargebooleannullablerequired

Indicates whether the allowance/charge is a charge.

reasonstringnullablerequired

The reason for the allowance/charge.

amountExVatnumber<double>nullablerequired

The amount excluding VAT.

vatRatenumber<double>nullablerequired

The VAT rate applicable to the allowance/charge.

vatAmountnumber<double>nullablerequired

The VAT amount for the allowance/charge.

amountInclVatnumber<double>nullablerequired

The amount including VAT.

AllowanceChargeResponseDto
{
"isCharge": true,
"reason": "string",
"amountExVat": 0,
"vatRate": 0,
"vatAmount": 0,
"amountInclVat": 0
}