Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.7 KB

File metadata and controls

46 lines (35 loc) · 1.7 KB

SupportedCountry

Properties

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]

Enum: AddressLayoutEnum

Name Value
BUILDINGFIRST "BuildingFirst"
ADDRESSFIRST "AddressFirst"
FULLSTREETADDRESSFIRST "FullStreetAddressFirst"

Enum: PostCodeTypeEnum

Name Value
NONE "None"
POSTCODE "PostCode"
ZIP "Zip"

Enum: SupportRegionEnum

Name Value
DEFAULT "Default"
SPAIN "Spain"
BENELUX "Benelux"