CountryDisplay
No description
type CountryDisplay {
code: String!
country: String!
vat: VAT @deprecated
}
Fields
CountryDisplay.code
● String!
non-null scalar miscellaneous
Country code.
CountryDisplay.country
● String!
non-null scalar miscellaneous
Country name.
CountryDisplay.vat
● VAT
deprecated object taxes
DEPRECATEDThis field will be removed in Saleor 4.0. Always returns
null
. UseTaxClassCountryRate
type to manage tax rates per country.Country tax.
Member Of
Address
object ● Channel
object ● ShippingZone
object ● Shop
object ● TaxClassCountryRate
object ● TaxConfigurationPerCountry
object ● TaxCountryConfiguration
object ● Voucher
object