CreateTaxRateRuleDTO
The tax rate rule to be created.
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.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
created_by
null | stringWho created the tax rate rule. For example, the ID of the
user that created it.
Was this section helpful?