Home > @poq/sdk-sfcc > 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>;
});
Parameter | Type | Description |
---|---|---|
params | { description?: string; hitCount?: number; label?: string; presentationId?: string; value?: string; values?: Array<ProductSearchRefinementValue>; } | (Optional) |