MatchedReceiptInfoImpl

open class MatchedReceiptInfoImpl : MatchedReceiptInfo

Default implementation of MatchedReceiptInfo, takes an SBReceipt object and extracts the necessary information to fulfill the interface

Functions

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