Poq.SDK.Node

Home > @poq/sdk > CartWithProductsResponse > (constructor)

CartWithProductsResponse.(constructor)

Constructs a new instance of the CartWithProductsResponse class

Signature:

constructor(params: {
        cartId: string;
        total: Price;
        cartItems?: CartItemWithProductResponse[];
    });

Parameters

Parameter Type Description
params { cartId: string; total: Price; cartItems?: CartItemWithProductResponse[]; }