Currencies
Returns data from Currencies table.
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Integer | True |
Id of the currency. |
IsDefault | Boolean | True |
Specifies whether this is the store's default currency. |
Code | String | False |
Three-letter ISO 4217 code for this currency. |
Name | String | False |
Name of this currency. |
ExchangeRate | Double | False |
Amount of this currency that is equivalent to one U.S. dollar. |
CountryIso | String | False |
Two-letter ISO Alpha-2 code. |
AutoUpdate | Boolean | False |
Whether to autoupdate currency data. |
TokenLocation | String | False |
Symbol for this currency. |
Token | String | False |
Name of the currency. |
DecimalToken | String | False |
Symbol used as the decimal separator in this currency. |
ThousandsToken | String | False |
Symbol used as the thousands separator in this currency. |
DecimalPlaces | Integer | False |
Number of decimal places to show for this currency. |