Poq.SDK.Node

Home > @poq/sdk-sfcc > BoolFilter

BoolFilter class

Document representing a boolean filter.

Signature:

export declare class BoolFilter extends BaseModel<BoolFilter> 

Extends: BaseModel<BoolFilter

Constructors

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

Properties

Property Modifiers Type Description
filters?   Array<object> (Optional) A list of filters, which are logically combined by an operator.
operator   BoolFilterOperatorEnum The logical operator the filters are combined with.