TaxRegionDTO
The tax region details.
idstringRequiredThe ID of the tax region.
country_codestringRequiredThe ISO 2 character country code of the tax region.
province_codenull | stringRequiredThe province code of the tax region.
parent_idnull | stringRequiredThe ID of the tax region's parent tax region.
metadatanull | Record<string, unknown>RequiredHolds custom data in key-value pairs.
created_atstring | DateRequiredThe creation date of the tax region.
updated_atstring | DateRequiredThe update date of the tax region.
created_bynull | stringRequiredWho created the tax region. For example, the ID of the user
that created the tax region.
deleted_atnull | string | DateRequiredThe deletion date of the tax region.
Was this section helpful?