A monetary amount in display and minor-unit forms.

interface Amount {
    amount: string;
    minorUnitsAmount: number;
}

Hierarchy (View Summary)

Properties

amount: string

Localized display value, for example $10.00.

minorUnitsAmount: number

Value in the currency's smallest unit.