Poq.SDK.Node

Home > @poq/sdk-sfcc > TermFilter

TermFilter class

Document representing a term filter.

Signature:

export declare class TermFilter extends BaseModel<TermFilter> 

Extends: BaseModel<TermFilter

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the TermFilter class

Properties

Property Modifiers Type Description
field   string The filter field.
operator   TermFilterOperatorEnum The operator to compare the fields values with the given ones.
values?   Array<object> (Optional) The filter values.