Objects
This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.
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.
Example
{ "amount": 10.32, "currency": "EUR"}