A Bean wrapper class for java.util.Currency
| name | data type | description |
|---|---|---|
| defaultFractionDigits | number | |
| currencyCode | string | |
| symbol | string | |
| currency | string |
Example
{
"defaultFractionDigits" : 12345,
"currencyCode" : "...",
"symbol" : "...",
"currency" : "..."
}