MoneyFieldOperand

Filter collection by the Money type filed

MoneyFieldOperand provides methods for filtering data of the Money field type.

Type parameters

Hierarchy

Properties

Readonly not

not: this

Logical negation.

Methods

eq

  • The field’s value is equal to the one of another field or constant, or it is undefined.

    When passing a number, only integer values should be used, representing indivisible monetary units (e.g. cents.)

    Parameters

    Returns Filter

gt

  • The field’s value is greater than the one of another field or constant.

    When passing a number, only integer values should be used, representing indivisible monetary units (e.g. cents.)

    Parameters

    Returns Filter

gte

  • The field’s value is greater than or equal to the one of another field or constant.

    When passing a number, only integer values should be used, representing indivisible monetary units (e.g. cents.)

    Parameters

    Returns Filter

in

  • The field is included in a multiple field as an item.

    When passing numbers, only integer values should be used, representing indivisible monetary units (e.g., cents.)

    Parameters

    Returns Filter

lt

  • The field’s value is less than the one of another field or constant.

    When passing a number, only integer values should be used, representing indivisible monetary units (e.g. cents.)

    Parameters

    Returns Filter

lte

  • The field’s value is less than or equal to the one of another field or constant.

    When passing a number, only integer values should be used, representing indivisible monetary units (e.g. cents.)

    Parameters

    Returns Filter

neq

  • The field’s value is not equal to the one of another field or constant, or it is defined.

    When passing a number, only integer values should be used, representing indivisible monetary units (e.g. cents.)

    Parameters

    Returns Filter