TaxRateRuleDTO
The tax rate rule details.
id
stringRequiredThe ID of the tax rate rule.
reference
stringRequiredThe snake-case name of the data model that the tax rule references.
For example,
product
.
Learn more in this guide.reference_id
stringRequiredThe 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
stringRequiredThe associated tax rate's ID.
created_at
string | DateRequiredThe creation date of the tax rate rule.
updated_at
string | DateRequiredThe update date of the tax rate rule.
created_by
null | stringRequiredWho created the tax rate rule. For example, the ID of the user
that created the tax rate rule.
tax_rate
TaxRateDTOThe associated tax rate.
tax_rate
TaxRateDTOmetadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?