| Name | Type | Description | Notes |
|---|---|---|---|
| countryCode | String | Country code | [optional] |
| name | String | Nice display name for a country | [optional] |
| phoneCode | Integer | Country internatinoal phone code prefix | [optional] |
| languageCode | String | Language code | [optional] |
| languageName | String | Language name | [optional] |
| otpNumber | String | The phone number provided to Store staff which, in conjunction with a one-time-code, will connect them to the customer. | [optional] |
| supportNumber | String | The store's support phone number, displayed to customers. | [optional] |
| addressLayout | AddressLayoutEnum | Address layout format. This changes the layout of address entry forms on the web app, iOS and Android app and should be set based on local custom. | [optional] |
| postCodeType | PostCodeTypeEnum | Post code type | [optional] |
| supportRegion | SupportRegionEnum | Supported region. This is not used. | [optional] |
| Name | Value |
|---|---|
| BUILDINGFIRST | "BuildingFirst" |
| ADDRESSFIRST | "AddressFirst" |
| FULLSTREETADDRESSFIRST | "FullStreetAddressFirst" |
| Name | Value |
|---|---|
| NONE | "None" |
| POSTCODE | "PostCode" |
| ZIP | "Zip" |
| Name | Value |
|---|---|
| DEFAULT | "Default" |
| SPAIN | "Spain" |
| BENELUX | "Benelux" |