View on GitHub

sensibill-android-documentation

com.getsensibill.transactionmatcher / MatchedReceiptInfo

MatchedReceiptInfo

interface MatchedReceiptInfo

An interface defining the properties of a receipt that has been matched with a transaction

Functions

Name Summary
getDate abstract fun getDate(): String?
The optional date of the matched receipt
getId abstract fun getId(): String
The id of the matched receipt
getMerchant abstract fun getMerchant(): String?
The optional merchant of the matched receipt
getTotal abstract fun getTotal(): Double?
The optional total amount of the matched receipt
isValidationRequired abstract fun isValidationRequired(): Boolean
Returns true if the matched receipt is pending validation (doesn’t have information for all required fields)