TaxRate - Tax Module Data Models Reference
This documentation provides a reference to the TaxRate data model. It belongs to the Tax Module.
id
PrimaryKeyModifier<IdProperty>
The ID of the tax rate.
The code the tax rate is identified by.
The name of the tax rate
is_default
BooleanProperty
Whether this tax rate is the default in the tax region.
is_combinable
BooleanProperty
Whether the tax rate should be combined with parent rates. Learn more in
this documentation.
The associated tax region.
The associated rules.
rate
FloatPropertyOptional
The rate to charge.
@example 10
metadata
JSONPropertyOptional
Holds custom data in key-value pairs.
created_by
TextPropertyOptional
The ID of the user that created the tax rate
Was this page helpful?