Learning Resources

TaxRateDTO

The tax rate details.

idstring
The ID of the tax rate.
ratenull | number
The rate to charge.
codenull | string
The code the tax rate is identified by.
namestring
The name of the Tax Rate.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
tax_region_idstring
The ID of the associated tax region.
is_combinableboolean
is_defaultboolean
Whether the tax rate is the default rate for the region.
created_atstring | Date
The creation date of the tax rate.
updated_atstring | Date
The update date of the tax rate.
deleted_atnull | Date
The deletion date of the tax rate.
created_bynull | string
Who created the tax rate. For example, the ID of the user that created the tax rate.
Was this page helpful?
Edit this page