- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
RegionDTO
The region details.
id
stringThe ID of the region.
name
stringThe name of the region.
currency_code
stringThe currency code of the region.
automatic_taxes
booleanSetting to indicate whether taxes need to be applied automatically
countries
RegionCountryDTO[]The countries of the region.
countries
RegionCountryDTO[]payment_providers
PaymentProviderDTO[]Payment providers available in the region
payment_providers
PaymentProviderDTO[]created_at
stringThe date the region was created.
updated_at
stringThe date the region was updated.
metadata
Record<string, any>OptionalHolds custom data in key-value pairs.
Was this page helpful?