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 in which the amount is denominated

A JSON example of this model.

{
"amount": "-50.50",
"currency": "USD"
}
VersionChangesSchema
0.1.0
  • Added Money model
Money.yaml