Skip to content

Money

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

PropertyTypeRequiredDescription
amount decimalString Yes The amount of money
currency string Yes The ISO 4217 currency code in which the amount is denominated

A JSON example of this model.

{
"amount": "-100.5",
"currency": "Sample string value"
}
Version Changes
0.1.0
  • Added Money model