CreateTaxRegionDTO
The tax region to be created.
country_code
stringRequiredThe ISO 3 character country code of the tax region.
default_tax_rate.name
stringRequiredThe name of the tax rate.
province_code
null | stringThe province code of the tax region.
parent_id
null | stringThe ID of the tax region's parent.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
created_by
stringWho created the tax region. For example, the ID of
the user that created the tax region.
default_tax_rate
objectThe default tax rate of the tax region.
default_tax_rate
objectdefault_tax_rate.rate
null | numberThe rate to charge.
default_tax_rate.code
null | stringThe code of the tax rate.
default_tax_rate.metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?