TransactionSearchResult

Description

The TransactionSearchResult object contains the results for a SearchTransactions request. It includes the matched transactions along with summary counts and totals by transaction type.

Properties

TypeNameDescription
stringErrorsCountTotal number of error transactions matched.
stringTransactionsMatchedTotal number of transactions matching the search criteria.
TransactionObject[]TransactionsArray of transactions matching the search criteria.
stringStartIndexThe starting index used.
stringSalesCountTotal number of sale transactions matched.
floatSalesAmountTotal dollar amount of sale transactions matched.
stringLimitMaximum number of transactions to return.
stringVoidsCountTotal number of void transactions matched.
floatErrorsAmountTotal dollar amount of error transactions matched.
stringDeclinesCountTotal number of decline transactions matched.
floatDeclinesAmountTotal dollar amount of decline transactions matched.
stringCreditsCountTotal number of credit transactions matched.
floatCreditsAmountTotal dollar amount of credit transactions matched.
stringAuthOnlyCountTotal number of auth-only transactions matched.
floatAuthOnlyAmountTotal dollar amount of auth-only transactions matched.
stringTransactionsReturnedTotal number of transactions returned.
floatVoidsAmountTotal dollar amount of void transactions matched.