An integer value representing money in a specific currency.
Field | Type | Required | Description | Example |
---|---|---|---|---|
currency |
Optional[str] | ➖ | A 3-letter ISO 4217 currency code. | USD |
value |
Optional[int] | ➖ | Quantity in the smallest unit of the specified currency. In USD this is cents, for example, $12.04 is 1204 and $0.99 is 99. | 1204 |