OrderAddressCountry
type OrderAddressCountry {
id: String
code: String
iso2: String
iso3: String
name: String!
}
Fields
idStringIt is the id of the country of the address.
codeStringIt is the code of the country of the address.
iso2StringIt is the two-letter code of the country of the address.
iso3StringIt is the three-letter code of the country of the address.
It is the name of the country of the address.