TaxRead
object
Reads a Tax.
Returns a Tax with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
taxId | Int! | |
visible | Int | |
justImported | Boolean | |
name | String! | |
fiscalZone | String! | |
countryId | Int | |
country | CountryRead | |
specialTaxScheme | SpecialTaxSchemeRead | |
type | Int! | |
fiscalZoneFinanceType | Int! | |
fiscalZoneFinanceTypeMode | String | |
flags | [FiscalZoneFlagsRead!] | |
value | Float! | |
isDefault | Boolean | |
exemptionReason | String | |
company | CompanyRead! | |
deletable | Boolean | Flags if an item can be deleted If set to true, this item can't be deleted |
fiscalZoneTaxSettings | String |