Session Revise
data class SessionRevise(val merchantNo: String, val terminalId: String, val invoiceNumber: Long, val transactionAmount: Long, val transactionAmount_2: Long, val purchasesCount: Int, val voidsCount: Int, val refundsCount: Int, val approve: String, val visualResponse: String, val responseCode: Int, val decimalPoint: Int) : Parcelable
Data class representing the summary of a session revise.
Constructors
Properties
Link copied to clipboard
The decimal point position.
Link copied to clipboard
The invoice number.
Link copied to clipboard
The merchant number.
Link copied to clipboard
The count of purchases.
Link copied to clipboard
The count of refunds.
Link copied to clipboard
The response code.
Link copied to clipboard
The terminal identifier.
Link copied to clipboard
The total transaction amount.
Link copied to clipboard
The secondary transaction amount.
Link copied to clipboard
The visual response message.
Link copied to clipboard
The count of void transactions.