Currency type and monetary value. Schema for demonstrating pricing info.

MoneyType

interface MoneyType {
    Amount?: number;
    CurrencyCode?: string;
}

Properties

Amount?: number

The monetary value.

MoneyType

CurrencyCode?: string

The currency code in ISO 4217 format.

MoneyType

MMNEPVFCICPMFPCPTTAAATR