Objects

Monetary Amount

Defines a monetary amount, specified by its currency code and numerical value.

amountnumber

The numeric representation of the monetary value.

currencystring

The ISO 4217 standard currency code. Possible enums: DKK, EUR, GBP, NOK, SEK, USD, etc.

{
  "amount": 10.32,
  "currency": "EUR"
}