TransactionSearchRequest
Model for advanced transaction search
- accountType: string | null · Account Id
_id - batchType: string | null · Batch Id
_id - cardType: string | null · Card Brand
_brand - cardType: string | null · Card Number
_number - endType: integer | null · End Date
_date Integer numbers.
- eventType: string | null · Event Id
_id - gatewayType: string | null · Gateway Transaction Id
_transaction _id - limitType: integer | null · Limit
Integer numbers.
- locationType: string | null · Location Id
_id - maxType: integer | null · Max Amount
_amount Integer numbers.
- minType: integer | null · Min Amount
_amount Integer numbers.
- offsetType: integer | null · Offset
Integer numbers.
- ownerType: string | null · Owner Id
_id - parentType: array string[] | null · Parent Account Ids
_account _ids - paymentType: string | null · Payment Method
_method - readerType: string | null · Reader Identifier
_identifier - searchType: string | null · Search Term
_term - sortType: string | null · Sort By
_by - sortType: string | null · Sort Order
_order - startType: integer | null · Start Date
_date Integer numbers.
- statusType: array string[] | null · Statusenumvalues
- pending
- authorized
- captured
- settled
- declined
- Type: string · TransactionStatusenumvalues
- pending
- authorized
- captured
- settled
- declined
- transactionType: string | null · Transaction Id
_id - transactionType: array string[] | null · Transaction Type
_type

