Skip to main content
Version: 3.x

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.9
type TaxClassCountryRate {
country: CountryDisplay!
rate: Float!
taxClass: TaxClass
}

Fields

TaxClassCountryRate.country ● CountryDisplay! non-null object

Country in which this tax rate applies.

TaxClassCountryRate.rate ● Float! non-null scalar

Tax rate value.

TaxClassCountryRate.taxClass ● TaxClass object

Related tax class.

Member of

TaxClass object ● TaxCountryConfiguration object


Was this page helpful?