Skip to main content

This type contains the criteria for specifying a range of values of a field.

Note: The RangeValue type provides the underlying data structure for the FilterField.range field for orders returned by a search. However, this type is not used directly in any call.

Type that uses RangeValue

FilterField

Calls that use RangeValue

Not used by any calls.

Fields

Field
Type
Description
end
The high end of the range; empty if the high end is unbounded.
exclusiveEnd
A value of true indicates that the provided end value is not included in the range.
exclusiveStart
A value of true indicates that the provided start value is not included in the range.
range
This field is reserved for internal or future use.
start
The low end of the range; empty if the low end is unbounded.