Represents a denomination of a currency.
More...
|
|
string | id [get, set] |
| | The unique id of the denomination.
|
| |
|
string | currency [get, set] |
| | The id of the currency this is a denomination of.
|
| |
|
string | name [get, set] |
| | The name of this denomination.
|
| |
|
int | value [get, set] |
| | The value of this denomination in units of the currency.
|
| |
|
string | created_at [get, set] |
| | The time that this denomination was created.
|
| |
Represents a denomination of a currency.