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": "-50.50",
"currency": "USD"
}
Version Changes Schema
0.1.0
  • Added Money model
Money.yaml