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! | |
deletionBlockers | [DeletionBlocker!]! | Reasons why this tax can't be deleted. Empty array means the tax is deletable |
fiscalZoneTaxSettings | String |
Deprecated fields (1)
| Name | Type | Description |
|---|---|---|
deletable | Boolean | Flags if an item can be deleted If set to true, this item can't be deletedUse deletionBlockers instead |