Skip to content

Money filters

MoneyRangeFilter

Filters by comparing a field to a range of monetary values.

PropertyTypeDescription
operatorRangeOperatorsThe operator to apply to the filter value
valuerange objectThe value to use for the filter operation

Range object:

PropertyTypeDescription
minMoneyThe minimum monetary value for this range
maxMoneyThe maximum monetary value for this range

MoneyComparisonFilter

Filters by comparing a field to a monetary value.

PropertyTypeDescription
operatorComparisonOperatorsThe operator to apply to the filter value
valueMoneyThe value to use for the filter operation