VatDto
namestringrequired
Name/type of the VAT configuration
Possible values: [exempt
, incl_low
, incl_high
, excl_low
, excl_high
]
percentagenumberrequired
VAT percentage
Example:
21
countrystringrequired
Country code for the VAT
Possible values: [nl
, be
, de
]
includingbooleanrequired
Whether VAT is included in the price
VatDto
{
"name": "exempt",
"percentage": 21,
"country": "nl",
"including": true
}