CurrencyRead
object
Reads a Currency.
Returns a Currency with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
currencyId | Int! | |
visible | Int! | |
symbol | String! | Currency symbol (i.g. $) |
symbolPosition | Int! | |
numberDecimalPlaces | Int! | |
iso4217 | String! | Currency code (ISO 4217) (i.g. USD) |
largeCurrency | Boolean! | |
description | String | this is a shorthand for translations[options.defaultLanguageId].description |
translations | [CurrencyTranslationRead!] | |
denominations | [CurrencyDenominationRead!] | |
deletable | Boolean | Flags if an item can be deleted If set to true, this item can't be deleted |