Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.11 KB

Country.md

File metadata and controls

19 lines (15 loc) · 1.11 KB

Yaksa.OrckestraCommerce.Client.Model.Country

Country

Properties

Name Type Description Notes
Id string The unique identifier of the entity.
PropertyBag Dictionary<string, Object> [optional]
IsoCode string Two letter code that identifies Country uniquely
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]