Skip to main content
Skip to main content

CreateTaxRegionDTO

The tax region to be created.

country_codestringRequired
The ISO 3 character country code of the tax region.
default_tax_rate.namestringRequired
The name of the tax rate.
province_codenull | string
The province code of the tax region.
parent_idnull | string
The ID of the tax region's parent.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
created_bystring
Who created the tax region. For example, the ID of the user that created the tax region.
default_tax_rateobject
The default tax rate of the tax region.
default_tax_rate.ratenull | number
The rate to charge.
default_tax_rate.codenull | string
The code of the tax rate.
default_tax_rate.metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?