Skip to main content

EventimTaxDto

Represents a VAT/tax rate configuration.

taxIdinteger<int32>required

The unique identifier of the tax.

labelstringnullable

The display label of the tax.

valuenumber<double>required

The tax rate value (e.g., 0.20 for 20%).

EventimTaxDto
{
"taxId": 0,
"label": "string",
"value": 0
}