Skip to content

Latest commit

 

History

History
84 lines (72 loc) · 1.86 KB

AddressResponse.md

File metadata and controls

84 lines (72 loc) · 1.86 KB

AddressResponse

Properties

Name Type Description Notes
streetAddress String
locality String
administrativeArea String The administrative area of the address. If US or CA, the two-letter state or province abbreviation. Else, the province / administrative area; such as, `Dublin 2` or `County Cork`
country CountryEnum The ISO-3166-2 two-letter abbreviation of the country. Reference https://en.wikipedia.org/wiki/ISO_3166-2 for more details
postCode String

Enum: CountryEnum

Name Value
NULL "null"
BZ "BZ"
CA "CA"
CR "CR"
GT "GT"
MX "MX"
PA "PA"
SV "SV"
US "US"
AR "AR"
BR "BR"
CL "CL"
PE "PE"
AT "AT"
BE "BE"
CH "CH"
CY "CY"
CZ "CZ"
DE "DE"
DK "DK"
EE "EE"
ES "ES"
FI "FI"
FR "FR"
GB "GB"
GR "GR"
IE "IE"
IM "IM"
IS "IS"
IT "IT"
LI "LI"
LT "LT"
LU "LU"
LV "LV"
NL "NL"
NO "NO"
PL "PL"
RO "RO"
RU "RU"
SE "SE"
SK "SK"
CN "CN"
HK "HK"
ID "ID"
IL "IL"
IN "IN"
JP "JP"
KR "KR"
MO "MO"
MY "MY"
PH "PH"
PS "PS"
SG "SG"
TH "TH"
TR "TR"
TW "TW"
VN "VN"
ZA "ZA"
AU "AU"
NZ "NZ"