Home > @poq/sdk > CartWithProductsResponse > (constructor)
Constructs a new instance of the CartWithProductsResponse
class
Signature:
constructor(params: {
cartId: string;
total: Price;
cartItems?: CartItemWithProductResponse[];
});
Parameter | Type | Description |
---|---|---|
params | { cartId: string; total: Price; cartItems?: CartItemWithProductResponse[]; } |