Objects

Monetary Amount

A monetary amount.

currencyCodestring

The ISO-4217 currency code of this monetary amount.

Possible Enum values are DKK, EUR, GBP, NOK or SEK.
minorUnitAmountinteger[int64]

The amount in minor units, as defined in ISO-4217. E.g. the minor unit of EUR is 1 cent.

Example
{  "currencyCode": "EUR",  "minorUnitAmount": 24999}