MatchedReceiptInfo

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

Inheritors

Functions

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