Poq.SDK.Node

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

ProductSearchRefinement.(constructor)

Constructs a new instance of the ProductSearchRefinement class

Signature:

constructor(params?: {
        attributeId: string;
        label?: string;
        values?: Array<ProductSearchRefinementValue>;
    });

Parameters

Parameter Type Description
params { attributeId: string; label?: string; values?: Array<ProductSearchRefinementValue>; } (Optional)