Skip to main content
Skip to main content

CreateTaxRateDTO

The tax rate to be created.

tax_region_idstringRequired
The associated tax region's ID.
namestringRequired
The name of the tax rate.
ratenull | number
The rate to charge.
codenull | string
The code of the tax rate.
rulesOmit<CreateTaxRateRuleDTO, "tax_rate_id">[]
The rules of the tax rate.
is_defaultboolean
Whether the tax rate is default.
created_bystring
Who created the tax rate. For example, the ID of the user that created the tax rate.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?