Receipt Data
data class ReceiptData(val bankAndMerchantName: String, val merchantPhone: String, val dateTime: String, val terminalId: String, val checkInvoice: String, val verifyCode: String, val card: String, val applicationIdentifier: String, val accessPointName: String, val transactionVerificationResult: String, val transactionInformation: String, val operationType: String, val totalAmount: String, val commission: String, val status: String, val statusCode: Int, val referenceRetrievalNumber: String, val isOffline: Boolean, val expDate: String, val maskedPan: String, val merchId: String, val number: String, val invoice: String, val customMetaData: Map<String, String>? = null) : Parcelable
Data class representing the receipt data.
Constructors
Link copied to clipboard
constructor(bankAndMerchantName: String, merchantPhone: String, dateTime: String, terminalId: String, checkInvoice: String, verifyCode: String, card: String, applicationIdentifier: String, accessPointName: String, transactionVerificationResult: String, transactionInformation: String, operationType: String, totalAmount: String, commission: String, status: String, statusCode: Int, referenceRetrievalNumber: String, isOffline: Boolean, expDate: String, maskedPan: String, merchId: String, number: String, invoice: String, customMetaData: Map<String, String>? = null)
Properties
Link copied to clipboard
The Access Point Name.
Link copied to clipboard
The Application Identifier.
Link copied to clipboard
The name of the bank and merchant.
Link copied to clipboard
The invoice identifier for the check.
Link copied to clipboard
The commission for the transaction.
Link copied to clipboard
A map of key-value pairs containing additional info for the transaction.
Link copied to clipboard
The merchant's phone number.
Link copied to clipboard
The type of operation.
Link copied to clipboard
The Retrieval Reference Number (RRN).
Link copied to clipboard
The status code of the transaction.
Link copied to clipboard
The terminal identifier.
Link copied to clipboard
The total amount of the transaction.
Link copied to clipboard
The Transaction Information.
Link copied to clipboard
The Transaction Verification Results.
Link copied to clipboard
The verification code.