Poq.SDK.Node

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

Range2Filter.(constructor)

Constructs a new instance of the Range2Filter class

Signature:

constructor(params?: {
        fromField: string;
        toField: string;
        filterMode?: Range2FilterFilterModeEnum;
        fromInclusive?: boolean;
        fromValue?: object;
        toInclusive?: boolean;
        toValue?: object;
    });

Parameters

Parameter Type Description
params { fromField: string; toField: string; filterMode?: Range2FilterFilterModeEnum; fromInclusive?: boolean; fromValue?: object; toInclusive?: boolean; toValue?: object; } (Optional)