Currency

Extends Object. A data object containing Currency properties used by Price and Money

Properties
decimalPlaces Number
The number of decimal places for the currency.
decimalPoint String
The character used as a decimal point for the currency.
id String
The three character ISO-4127 code for the currency (e.g. GBP).
isoCode String
The three character ISO-4127 code for the current (e.g. GBP).
isoCodeNumeric Number
The numeric ISO-4127 code for the currency.
prefix String
The left symbol for the currency (e.g. $ for USD).
suffix String
The right symbol for the currency (e.g. CAD for Candadian Dollars).
thousandsPoint String
The character used as a thousand point separator for the currency.
title String
The System Title for the Currency.


Methods
toString() String
The string representation of a currency is its isoCode.