TaxRateDTO
The tax rate details.
id
stringRequiredThe ID of the tax rate.
rate
null | numberRequiredThe rate to charge.
code
null | stringRequiredThe code the tax rate is identified by.
name
stringRequiredThe name of the Tax Rate.
metadata
null | Record<string, unknown>RequiredHolds custom data in key-value pairs.
tax_region_id
stringRequiredThe ID of the associated tax region.
is_combinable
booleanRequiredWhether the tax rate should be combined with parent rates.
Learn more here.
is_default
booleanRequiredWhether the tax rate is the default rate for the region.
created_at
string | DateRequiredThe creation date of the tax rate.
updated_at
string | DateRequiredThe update date of the tax rate.
deleted_at
null | DateRequiredThe deletion date of the tax rate.
created_by
null | stringRequiredWho created the tax rate. For example, the ID of the user that created the tax rate.
Was this section helpful?