MerchantAddressCountry
type MerchantAddressCountry {
id: String
code: String
iso2: String
iso3: String
name: String
}
Fields
idStringcodeStringThe ISO3 country code corresponding to the merchant's country.
iso2StringTwo-letter country code
iso3StringThree-letter country code
nameStringThe merchant's normalized country name.