The price attribute of the item.

Export

Price

interface Price {
    Amount?: number;
    CurrencyCode?: string;
}

Properties

Amount?: number

The amount.

Memberof

Price

CurrencyCode?: string

The currency code of the amount.

Memberof

Price