BatchCriteria


Description

Specifies the criteria to use when retrieving a list of batch objects. Only batch objects that match the specified criteria will 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

Id

LikeRestrictionOfString

A string restriction specifying ID for the batch.

Source

LikeRestrictionOfString

A string restriction specifying the source of the transactions in the batch.


Inherits from

Criteria


Documentation Feedback