Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.02 KB

UpdateCountryAndRegionsRequest.md

File metadata and controls

16 lines (12 loc) · 1.02 KB

Yaksa.OrckestraCommerce.Client.Model.UpdateCountryAndRegionsRequest

Globalization are entities related to regional settings. Such as countries, regions, timezones and cultures.

Properties

Name Type Description Notes
IsSupported bool The indicator specifying if the Country is supported by the merchant [optional]
Name Dictionary<string, string> [optional]
PhoneRegex string The Country's telephone validation regular expression [optional]
PostalCodeRegex string The Country's postal code validation regular expression [optional]
Regions List<Region> The list of Region associated to the Country [optional]
SortOrder int The number used for ordering the Country in a list [optional]

[Back to Model list] [Back to API list] [Back to README]