Represents a monetary amount in the specified currency
{
"currency": "USD",
"value": 50000
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
currency | string | true | none | The three letter currency code as defined in ISO 4217. |
value | integer(int64) | true | none | Monetary value as an integral number of the currency fractional unit e.g for USD: cents |