TaxClassCountryRate Object
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.
type TaxClassCountryRate {
country: CountryDisplay!
rate: Float!
taxClass: TaxClass
}
Fields
country ● CountryDisplay!
Country in which this tax rate applies.
rate ● Float!
Tax rate value.
taxClass ● TaxClass
Related tax class.
Member Of
TaxClass object ● TaxCountryConfiguration object