Currency Amount.

interface CurrencyAmount {
    amount: number;
    currency: string;
}

Properties

Properties

amount: number

Amount of the currency in cents. 100 equals $1.00 if currency is USD.

currency: string

Currency ISO code of the amount.

MMNEPVFCICPMFPCPTTAAATR