Poq.SDK.Node

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

ProductResult.(constructor)

Constructs a new instance of the ProductResult class

Signature:

constructor(params?: {
        count?: number;
        data?: Array<Product>;
        total?: number;
    });

Parameters

Parameter Type Description
params { count?: number; data?: Array<Product>; total?: number; } (Optional)