CashReceiptCriteria


Description

Specifies the criteria to use when retrieving a list of cash receipt summary objects. Only cash receipt summary 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 the ID of the cash receipt.

CustomerId

LikeRestrictionOfString

A string restriction specifying the customer ID for the cash receipt.

BatchId

LikeRestrictionOfString

A string restriction specifying the batch ID for the cash receipt.

CurrencyISOCode

ListRestrictionOfString

A list restriction specifying the currency ISO code for the cash receipt.

TransactionState

ListRestrictionOfNullableOfReceivablesTransactionState

A list restriction specifying the transaction state of the cash receipt.

Date

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date of the cash receipt.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the cash receipt was last modified.

Scope

CashReceiptScope

A property in criteria used to determine the level of filtering to be used when returning cash receipt data.


Inherits from

Criteria


Documentation Feedback