Properties
NAME | TYPE | DESCRIPTION |
symbol | string | Currency symbol. |
name | string | Currency name. |
symbolNative | string | Currency native symbol. |
decimalDigits | integer | Number of decimal digits. |
rounding | number | Currency digit rounding. |
code | string | Currency code in [ISO 4217-1](http://en.wikipedia.org/wiki/ISO_4217) three-character format. |
namePlural | string | Currency plural name |
Example
JSON
{
"symbol": "$",
"name": "US dollar",
"symbolNative": "$",
"decimalDigits": 2,
"rounding": 0,
"code": "USD",
"namePlural": "US dollars"
}
JSON
{
"symbol": "$",
"name": "US dollar",
"symbolNative": "$",
"decimalDigits": 2,
"rounding": 0,
"code": "USD",
"namePlural": "US dollars"
}