UpdateTaxRateDTO
The attributes to update in the tax rate.
rate
null | numberThe rate to charge.
code
null | stringThe code of the tax rate.
name
stringThe name 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.
is_combinable
booleanWhether the tax rate is combinable.
Learn more here.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?