Home > @poq/sdk-sfcc > BoolFilter
Document representing a boolean filter.
Signature:
export declare class BoolFilter extends BaseModel<BoolFilter>
Extends: BaseModel<BoolFilter
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the BoolFilter class |
| 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. |