TaxRegionDTO
The tax region details.
id
stringRequiredThe ID of the tax region.
country_code
stringRequiredThe ISO 2 character country code of the tax region.
province_code
null | stringRequiredThe province code of the tax region.
parent_id
null | stringRequiredThe ID of the tax region's parent tax region.
metadata
null | Record<string, unknown>RequiredHolds custom data in key-value pairs.
created_at
string | DateRequiredThe creation date of the tax region.
updated_at
string | DateRequiredThe update date of the tax region.
created_by
null | stringRequiredWho created the tax region. For example, the ID of the user
that created the tax region.
deleted_at
null | string | DateRequiredThe deletion date of the tax region.
Was this section helpful?