CreateTaxRateDTO
The tax rate to be created.
tax_region_id
stringRequiredThe associated tax region's ID.
name
stringRequiredThe name of the tax rate.
rate
null | numberThe rate to charge.
code
null | stringThe code of the tax rate.
rules
Omit<CreateTaxRateRuleDTO, "tax_rate_id">[]The rules of the tax rate.
rules
Omit<CreateTaxRateRuleDTO, "tax_rate_id">[]is_default
booleanWhether the tax rate is default.
created_by
stringWho created the tax rate. For example, the ID of the user
that created the tax rate.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?