V1Money
Name | Type | Tags | Description |
---|---|---|---|
amount |
int |
Optional | Amount in the lowest denominated value of this Currency. E.g. in USD these are cents, in JPY they are Yen (which do not have a 'cent' concept). |
currency_code |
str (Currency) |
Optional | Indicates the associated currency for an amount of money. Values correspond to ISO 4217. |
{
"amount": null,
"currency_code": null
}