The monetary value.

Export

Amount

interface Amount {
    CurrencyCode: CurrencyCode;
    Value: number;
}

Properties

Properties

CurrencyCode: CurrencyCode

Memberof

Amount

Value: number

Number format that supports decimal.

Memberof

Amount