Skip to main content

MerchantAddressCountry

type MerchantAddressCountry {
id: String
code: String
iso2: String
iso3: String
name: String
}

Fields

codeString

The ISO3 country code corresponding to the merchant's country.

iso2String

Two-letter country code

iso3String

Three-letter country code

nameString

The merchant's normalized country name.