TransactionMatcher
interface TransactionMatcher
Content copied to clipboard
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
TransactionMatcherListener
Link copied to clipboard
interface TransactionMatcherListener
Content copied to clipboard
Functions
matchTransaction
Link copied to clipboard
abstract fun matchTransaction(@NonNull() transactions: List<ExternalAccountTransaction>, @NonNull() listener: TransactionMatcher.TransactionMatcherListener)
Content copied to clipboard