Skip to main content

CountryZone Object

Description

A zone within a country that may have different tax rules.

Declaration

type CountryZone {
code: String!
name: String!
overrideNationalTaxRate: Boolean!
tax: CountryTax
}

Fields

NameTypeDescription
codeString!Zone code identifier.
nameString!Zone name or description.
overrideNationalTaxRateBoolean!Whether this zone overrides the national tax rate.
taxCountryTaxTax information specific to this zone.