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 payouts or monetary transactions returned by a search.

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.
start
The low end of the range; empty if the low end is unbounded.