Skip to main content
Skip to main content

UpdateTaxRateDTO

The attributes to update in the tax rate.

ratenull | number
The rate to charge.
codenull | string
The code of the tax rate.
namestring
The name of the tax rate.
rulesOmit<CreateTaxRateRuleDTO, "tax_rate_id">[]
The rules of the tax rate.
is_defaultboolean
Whether the tax rate is default.
is_combinableboolean
Whether the tax rate is combinable. Learn more here.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?