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

RegionDTO

The region details.

Properties

idstringRequired
The ID of the region.
namestringRequired
The name of the region.
currency_codestringRequired
The currency code of the region.
automatic_taxesbooleanRequired
Setting to indicate whether taxes need to be applied automatically
countriesRegionCountryDTO[]Required
The countries of the region.
payment_providersPaymentProviderDTO[]Required
Payment providers available in the region
created_atstringRequired
The date the region was created.
updated_atstringRequired
The date the region was updated.
metadataRecord<string, any>
Holds custom data in key-value pairs.
Was this section helpful?