Poq.SDK.Node

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

ProductSearchRefinementValue.(constructor)

Constructs a new instance of the ProductSearchRefinementValue class

Signature:

constructor(params?: {
        description?: string;
        hitCount?: number;
        label?: string;
        presentationId?: string;
        value?: string;
        values?: Array<ProductSearchRefinementValue>;
    });

Parameters

Parameter Type Description
params { description?: string; hitCount?: number; label?: string; presentationId?: string; value?: string; values?: Array<ProductSearchRefinementValue>; } (Optional)