Skip to main content

TaxCountryConfiguration Object

Tax class rates grouped by country.

type TaxCountryConfiguration {
country: CountryDisplay!
taxClassCountryRates: [TaxClassCountryRate!]!
}

Fields​

country ● CountryDisplay!​

A country for which tax class rates are grouped.

taxClassCountryRates ● [TaxClassCountryRate!]!​

List of tax class rates.

Returned By​

taxCountryConfiguration query ● taxCountryConfigurations query

Member Of​

TaxCountryConfigurationDelete object ● TaxCountryConfigurationUpdate object