Skip to content

Money

A monetary amount and its currency.

A monetary amount and the currency in which it's denominated.

PropertyTypeRequiredDescription
amountdecimalStringYesThe amount of money.
currencystringYesThe ISO 4217 currency code in which the amount is denominated.
{
"amount": "-50.50",
"currency": "USD"
}