Poq.SDK.Node

Home > @poq/sdk-sfcc > BasketsResult > (constructor)

BasketsResult.(constructor)

Constructs a new instance of the BasketsResult class

Signature:

constructor(params?: {
        baskets?: Array<Basket>;
        total?: number;
    });

Parameters

Parameter Type Description
params { baskets?: Array<Basket>; total?: number; } (Optional)