VAT (value-added tax) rate configuration for a shop. Defines the applicable tax percentage and the countries to which it applies.
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Unique numeric identifier for the Vat. | |
percentValue
|
number
|
Percentual vat rate value. |
{
"vat" : {
"id" : 12345,
"percentValue" : 19.0
}
}
VAT (value-added tax) rate configuration for a shop. Defines the applicable tax percentage and the countries to which it applies.
| Name | Type | Description | |
|---|---|---|---|
id
|
int
|
Unique numeric identifier for the Vat. | |
percentValue
|
decimal
|
Percentual vat rate value. |
<vat>
<id>...</id>
<percentValue>19</percentValue>
</vat>