Studio Service

CurrencyCodeFilter

CurrencyCodeFilter

A filter to be used against CurrencyCode fields. All fields are combined with a logical ‘and.’

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToCurrencyCodeEqual to the specified value.
notEqualToCurrencyCodeNot equal to the specified value.
distinctFromCurrencyCodeNot equal to the specified value, treating null like an ordinary value.
notDistinctFromCurrencyCodeEqual to the specified value, treating null like an ordinary value.
in[CurrencyCode!]Included in the specified list.
notIn[CurrencyCode!]Not included in the specified list.
lessThanCurrencyCodeLess than the specified value.
lessThanOrEqualToCurrencyCodeLess than or equal to the specified value.
greaterThanCurrencyCodeGreater than the specified value.
greaterThanOrEqualToCurrencyCodeGreater than or equal to the specified value.