Home > @poq/sdk > CartResponse > (constructor)
Constructs a new instance of the CartResponse class
Signature:
constructor(params: {
cartId: string;
cartItems?: CartItemResponse[];
customData?: Record<string, unknown>;
});
| Parameter | Type | Description |
|---|---|---|
| params | { cartId: string; cartItems?: CartItemResponse[]; customData?: Record<string, unknown>; } |