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
| Name | Type | Description |
|---|---|---|
code | String! | Zone code identifier. |
name | String! | Zone name or description. |
overrideNationalTaxRate | Boolean! | Whether this zone overrides the national tax rate. |
tax | CountryTax | Tax information specific to this zone. |