Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

TaxRateRuleDTO

The tax rate rule details.

Properties

idstringRequired
The ID of the tax rate rule.
referencestringRequired
The snake-case name of the data model that the tax rule references. For example, product. Learn more in this guide.
reference_idstringRequired
The ID of the record of the data model that the tax rule references. For example, prod_123. Learn more in this guide.
tax_rate_idstringRequired
The associated tax rate's ID.
created_atstring | DateRequired
The creation date of the tax rate rule.
updated_atstring | DateRequired
The update date of the tax rate rule.
created_bynull | stringRequired
Who created the tax rate rule. For example, the ID of the user that created the tax rate rule.
tax_rateTaxRateDTO
The associated tax rate.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?