-
Notifications
You must be signed in to change notification settings - Fork 2
WSCurrency
devaiq edited this page Jun 27, 2016
·
1 revision
This structure represents a single currency.
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. |