Poq.SDK.Node

Home > @poq/sdk-sfcc > RangeFilter > (constructor)

RangeFilter.(constructor)

Constructs a new instance of the RangeFilter class

Signature:

constructor(params?: {
        field: string;
        from?: object;
        fromInclusive?: boolean;
        to?: object;
        toInclusive?: boolean;
    });

Parameters

Parameter Type Description
params { field: string; from?: object; fromInclusive?: boolean; to?: object; toInclusive?: boolean; } (Optional)