TaxClassCountryRate
Tax rate for a country. When tax class is null, it represents the default tax rate for that country; otherwise it's a country tax rate specific to the given tax class.
Added in Saleor 3.9type TaxClassCountryRate {
country: CountryDisplay!
rate: Float!
taxClass: TaxClass
}
Fields
TaxClassCountryRate.country
● CountryDisplay!
non-null object miscellaneous
Country in which this tax rate applies.
TaxClassCountryRate.rate
● Float!
non-null scalar miscellaneous
Tax rate value.
TaxClassCountryRate.taxClass
● TaxClass
object taxes
Related tax class.
Member Of
TaxClass
object ● TaxCountryConfiguration
object