Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

TaxRegionDTO

The tax region details.

Properties

idstringRequired
The ID of the tax region.
country_codestringRequired
The ISO 2 character country code of the tax region.
province_codenull | stringRequired
The province code of the tax region.
parent_idnull | stringRequired
The ID of the tax region's parent tax region.
metadatanull | Record<string, unknown>Required
Holds custom data in key-value pairs.
created_atstring | DateRequired
The creation date of the tax region.
updated_atstring | DateRequired
The update date of the tax region.
created_bynull | stringRequired
Who created the tax region. For example, the ID of the user that created the tax region.
deleted_atnull | string | DateRequired
The deletion date of the tax region.
Was this section helpful?