Home > @poq/sdk-sfcc > TermFilter > (constructor)
Constructs a new instance of the TermFilter class
Signature:
constructor(params?: {
field: string;
operator: TermFilterOperatorEnum;
values?: Array<object>;
});
| Parameter | Type | Description |
|---|---|---|
| params | { field: string; operator: TermFilterOperatorEnum; values?: Array<object>; } | (Optional) |