CurrencyCriteria


Description

Specifies the criteria to use when retrieving a list of currency access objects. Only currency access objects that match the specified criteria wil be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

ISOCode

LikeRestrictionOfString

A string restriction specifying the ISO Code on the currency. For example, US dollars is USD.

Id

LikeRestrictionOfString

A string restriction specifying the string identifier assigned to the currency.

Description

LikeRestrictionOfString

A string restriction specifying the description of the currency.

LastModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the currency was modified. The value is in Coordinated Universal Time (UTC). Both the date and time portions of the value must be specified for the criteria.


Inherits from

Criteria


Documentation Feedback