Home > @poq/sdk-sfcc > BasketsResult
Result document containing an array of baskets.
Signature:
export declare class BasketsResult extends BaseModel<BasketsResult>
Extends: BaseModel<BasketsResult
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the BasketsResult class |
Property | Modifiers | Type | Description |
---|---|---|---|
baskets? | Array<Basket> | (Optional) The list of baskets for a customer. | |
total? | number | (Optional) The total number of baskets. |