- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
TaxRateRuleDTO
The tax rate rule details.
id
stringThe ID of the tax rate rule.
reference
stringThe snake-case name of the data model that the tax rule references.
For example,
product
.
Learn more in this guide.reference_id
stringThe ID of the record of the data model that the tax rule references.
For example,
prod_123
.
Learn more in this guide.tax_rate_id
stringThe associated tax rate's ID.
created_at
string | DateThe creation date of the tax rate rule.
updated_at
string | DateThe update date of the tax rate rule.
created_by
null | stringWho created the tax rate rule. For example, the ID of the user
that created the tax rate rule.
The associated tax rate.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?