Home > @poq/sdk > CartWithProductsResponse
Signature:
export declare class CartWithProductsResponse extends CartResponse
Extends: CartResponse
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the CartWithProductsResponse class |
Property | Modifiers | Type | Description |
---|---|---|---|
cartItems | CartItemWithProductResponse[] | undefined | List of line items in the cart. | |
total | Price | Total price of the items in the cart. |