SpecialTaxSchemeRead
object
Reads a SpecialTaxScheme.
Returns a SpecialTaxScheme with the specified ID. country field is an array of country objects.
Fields
| Name | Type | Description |
|---|---|---|
specialTaxSchemeId | Int! | |
visible | Int | |
code | String | Valued added tax code (i.g. pt) |
title | String | Represents a shorthand for translations[options.defaultLanguageId].title |
notes | String | Represents a shorthand for translations[options.defaultLanguageId].notes |
createdAt | DateTime | |
updatedAt | DateTime | |
country | CountryRead | |
translations | [SpecialTaxSchemeTranslationRead] | |
deletable | Boolean | Flags if an item can be deleted If set to true, this item can't be deleted |