CreateTaxRegionDTO
The tax region to be created.
country_codestringRequiredThe ISO 3 character country code of the tax region.
default_tax_rate.namestringRequiredThe name of the tax rate.
province_codenull | stringThe province code of the tax region.
parent_idnull | stringThe ID of the tax region's parent.
metadataRecord<string, unknown>Holds custom data in key-value pairs.
created_bystringWho created the tax region. For example, the ID of
the user that created the tax region.
default_tax_rateobjectThe default tax rate of the tax region.
default_tax_rateobjectdefault_tax_rate.ratenull | numberThe rate to charge.
default_tax_rate.codenull | stringThe code of the tax rate.
default_tax_rate.metadataRecord<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?