MerchantAddressCountry
type MerchantAddressCountry {
id: String
code: String
iso2: String
iso3: String
name: String
}
Fields
id
Stringcode
StringThe ISO3 country code corresponding to the merchant's country.
iso2
StringTwo-letter country code
iso3
StringThree-letter country code
name
StringThe merchant's normalized country name.