- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
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.
code
TextPropertyThe code the tax rate is identified by.
name
TextPropertyThe name of the tax rate
is_default
BooleanPropertyWhether this tax rate is the default in the tax region.
is_combinable
BooleanPropertyWhether the tax rate should be combined with parent rates. Learn more in this documentation.
The associated tax region.
The associated rules.
rate
FloatPropertyOptionalThe rate to charge.
@example 10
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
created_by
TextPropertyOptionalThe ID of the user that created the tax rate
Was this page helpful?