- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
TaxRateDTO
The tax rate details.
id
stringThe ID of the tax rate.
rate
null | numberThe rate to charge.
code
null | stringThe code the tax rate is identified by.
name
stringThe name of the Tax Rate.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
tax_region_id
stringThe ID of the associated tax region.
is_combinable
booleanWhether the tax rate should be combined with parent rates.
Learn more here.
is_default
booleanWhether the tax rate is the default rate for the region.
created_at
string | DateThe creation date of the tax rate.
updated_at
string | DateThe update date of the tax rate.
deleted_at
null | DateThe deletion date of the tax rate.
created_by
null | stringWho created the tax rate. For example, the ID of the user that created the tax rate.
Was this page helpful?