Interface

BasketItem

BasketItem

Members

string

# description Optional

Longer description of the basket item.

View Source model/Basket.d.ts, line 23

string

# label

Short label for the basket item.

View Source model/Basket.d.ts, line 19

number

# quantity Optional

The number of units of the item in the basket if multiple is possible.

View Source model/Basket.d.ts, line 28

any

# tags Optional

Additional key/value pairs for the item defined by the merchant.

View Source model/Basket.d.ts, line 48

number

# totalPrice Optional

The total price of the item. May be positive or negative.

View Source model/Basket.d.ts, line 43

string

# unitMeasure Optional

Optional display string for the measure of the unit.

View Source model/Basket.d.ts, line 38

number

# unitPrice Optional

The unit price of the item. May be positive or negative.

View Source model/Basket.d.ts, line 33