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

TransactionMatcherListener
Link copied to clipboard
interface TransactionMatcherListener
An interface defining the methods of a listener to wait for transaction matching results

Functions

matchTransaction
Link copied to clipboard
abstract fun matchTransaction(@NonNull() transactions: List<ExternalAccountTransaction>, @NonNull() listener: TransactionMatcher.TransactionMatcherListener)
Match transactions.