VAT Object
Represents a VAT rate for a country.
type VAT {
countryCode: String!
standardRate: Float
reducedRates: [ReducedRate!]!
}
Fields
countryCode ● String!
Country code.
standardRate ● Float
Standard VAT rate in percent.
reducedRates ● [ReducedRate!]!
Country's VAT rate exceptions for specific types of goods.
Member Of
CountryDisplay object