TaxRegion - Tax Module Data Models Reference

This documentation provides a reference to the TaxRegion data model. It belongs to the Tax Module.

idPrimaryKeyModifier<IdProperty>
The ID of the tax region.
country_codeTextProperty
The country code of the tax region. @example us
childrenHasMany<TaxRegion>
The tax region's children..
tax_ratesHasMany<TaxRate>
The associated tax rates.
province_codeTextPropertyOptional
The province code of the tax region
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
created_byTextPropertyOptional
The ID of the user that created the tax region
providerBelongsTo<TaxProvider>Optional
The provider that calculates taxes in this region.
parentBelongsTo<TaxRegion>Optional
The tax region's parent.
Was this page helpful?