The monetary value of the order.

Export

Money

interface Money {
    Amount?: string;
    CurrencyCode?: string;
}

Properties

Amount?: string

The currency amount.

Memberof

Money

CurrencyCode?: string

The three-digit currency code. In ISO 4217 format.

Memberof

Money