Skip to main content

ProductVatDto

idnumberrequired

Unique identifier of the VAT configuration

Example: 5
namestringrequired

Name/type of the VAT configuration

Possible values: [exempt, incl_low, incl_high, excl_low, excl_high]

percentagenumberrequired

VAT percentage

countrystringrequired

Country code for the VAT

Possible values: [nl, be, de]

includingbooleanrequired

Whether VAT is included in the price

ProductVatDto
{
"id": 5,
"name": "exempt",
"percentage": 0,
"country": "nl",
"including": true
}