Poq.SDK.Node

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

CustomerProductListResult.(constructor)

Constructs a new instance of the CustomerProductListResult class

Signature:

constructor(params?: {
        count?: number;
        data?: Array<CustomerProductList>;
        next?: string;
        previous?: string;
        start?: number;
        total?: number;
    });

Parameters

Parameter Type Description
params { count?: number; data?: Array<CustomerProductList>; next?: string; previous?: string; start?: number; total?: number; } (Optional)