Home > @poq/sdk-sfcc > BasketsResult > (constructor)
Constructs a new instance of the BasketsResult class
Signature:
constructor(params?: {
baskets?: Array<Basket>;
total?: number;
});
| Parameter | Type | Description |
|---|---|---|
| params | { baskets?: Array<Basket>; total?: number; } | (Optional) |