Home > @poq/sdk-sfcc > RangeFilter > (constructor)
Constructs a new instance of the RangeFilter
class
Signature:
constructor(params?: {
field: string;
from?: object;
fromInclusive?: boolean;
to?: object;
toInclusive?: boolean;
});
Parameter | Type | Description |
---|---|---|
params | { field: string; from?: object; fromInclusive?: boolean; to?: object; toInclusive?: boolean; } | (Optional) |