MatchedReceiptInfo

interface MatchedReceiptInfo

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

Functions

getDate
Link copied to clipboard
abstract fun getDate(): String
The optional date of the matched receipt
getId
Link copied to clipboard
abstract fun getId(): String
The id of the matched receipt
getMerchant
Link copied to clipboard
abstract fun getMerchant(): String
The optional merchant of the matched receipt
getTotal
Link copied to clipboard
abstract fun getTotal(): Double
The optional total amount of the matched receipt
isValidationRequired
Link copied to clipboard
abstract fun isValidationRequired(): Boolean
Returns true if the matched receipt is pending validation (doesn't have information for allrequired fields)

Inheritors

MatchedReceiptInfoImpl
Link copied to clipboard