Skip to content

Money

A monetary amount and the currency in which it is denominated.

PropertyTypeRequiredDescription
amountdecimalStringYesThe amount of money
currencystringYesThe ISO 4217 currency code (e.g., “USD”, “EUR”)

A JSON example of this field is:

{
"amount": "1000000.00",
"currency": "USD"
}