Amount with related currency code.

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

Properties

Properties

amount: number

Amount of currency.

currency: string

ISO-3 Currency Code.