TaxCountryConfiguration
Tax class rates grouped by country.
Added in Saleor 3.9type TaxCountryConfiguration {
country: CountryDisplay!
taxClassCountryRates: [TaxClassCountryRate!]!
}
Fields
TaxCountryConfiguration.country ● CountryDisplay! non-null object
A country for which tax class rates are grouped.
TaxCountryConfiguration.taxClassCountryRates ● [TaxClassCountryRate!]! non-null object
List of tax class rates.
Returned by
taxCountryConfiguration query ● taxCountryConfigurations query
Member of
TaxCountryConfigurationDelete object ● TaxCountryConfigurationUpdate object
Was this page helpful?