Skip to main content
Skip to main content

TaxRateDTO

The tax rate details.

idstringRequired
The ID of the tax rate.
ratenull | numberRequired
The rate to charge.
codenull | stringRequired
The code the tax rate is identified by.
namestringRequired
The name of the Tax Rate.
metadatanull | Record<string, unknown>Required
Holds custom data in key-value pairs.
tax_region_idstringRequired
The ID of the associated tax region.
is_combinablebooleanRequired
Whether the tax rate should be combined with parent rates. Learn more here.
is_defaultbooleanRequired
Whether the tax rate is the default rate for the region.
created_atstring | DateRequired
The creation date of the tax rate.
updated_atstring | DateRequired
The update date of the tax rate.
deleted_atnull | DateRequired
The deletion date of the tax rate.
created_bynull | stringRequired
Who created the tax rate. For example, the ID of the user that created the tax rate.
Was this section helpful?