TransactionMatcher
interface TransactionMatcher
An interface defining the supported functionality of a Transaction Matcher. The purpose of a transaction matcher is to match provided ExternalAccountTransactions representing a list of financial transactions with a user's saved receipts (represented by MatchedReceiptInfo instances)
Types
Link copied to clipboard
interface TransactionMatcherListener
An interface defining the methods of a listener to wait for transaction matching results
Functions
Link copied to clipboard
abstract fun matchTransaction(@NonNull @Size(max = 20) transactions: List<ExternalAccountTransaction>, @NonNull listener: TransactionMatcher.TransactionMatcherListener)
Match transactions.