com.getsensibill.transactionmatcher / TransactionMatcher / TransactionMatcherListener
TransactionMatcherListener
interface TransactionMatcherListener
An interface defining the methods of a listener to wait for transaction matching results
Functions
Name | Summary |
---|---|
hasFailed | abstract fun hasFailed(errorCode: Int , message: String !): Unit Handle a failure of the transaction matching process |
onMatched | abstract fun onMatched(transactionList: MutableList < MatchedExternalAccountTransaction !>!): Unit abstract fun ~~onMatched~~(map: MutableMap < ExternalAccountTransaction !, MatchedReceiptInfo !>!): Unit Handle the previously given transactions being successfully matched |