- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
TaxRegionDTO
The tax region details.
id
stringThe ID of the tax region.
country_code
stringThe ISO 2 character country code of the tax region.
province_code
null | stringThe province code of the tax region.
parent_id
null | stringThe ID of the tax region's parent tax region.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
created_at
string | DateThe creation date of the tax region.
updated_at
string | DateThe update date of the tax region.
created_by
null | stringWho created the tax region. For example, the ID of the user
that created the tax region.
deleted_at
null | string | DateThe deletion date of the tax region.
Was this page helpful?