A currency type and amount.

Currency

interface Currency {
    currencyAmount?: number;
    currencyCode?: string;
}

Properties

currencyAmount?: number

Fields with a schema type of BigDecimal are a signed decimal number (for example CurrencyAmount).

Currency

currencyCode?: string

The three-digit currency code in ISO 4217 format.

Currency

MMNEPVFCICPMFPCPTTAAATR