WSCurrency - accountsIQ/API-Wiki GitHub Wiki

This structure represents a single currency.

WSCurrency

WSCurrency members

Name Type Description
CurrencyID Int32 The unique currency identifier
CurrencyCode String The unique currency code. This does not have to be an iso currency code.
IsBaseCurrency Boolean True for the system base currency. False for every other currencies. There can only be one and exactly one base currency.
ExchangeRate Decimal The exchange rate between the currency and the system base currency. (>0)
Symbol String The (optional) currency symbol (£ for British Pound for instance).
Units String The (optional) currency sub-units (cents for Euro for instance).
LastModifiedDate DateTime The date and time of last modification of the currency.
⚠️ **GitHub.com Fallback** ⚠️