Poq.SDK.Node

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

CategoryResult.(constructor)

Constructs a new instance of the CategoryResult class

Signature:

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

Parameters

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