SessionSummary

data class SessionSummary(val merchantNo: String, val terminalId: String, val invoiceNumber: Long, val transactionAmount: Int, val transactionAmount_2: Int, val purchasesCount: Int, val voidsCount: Int, val refundsCount: Int, val approve: String, val visualResponse: String, val responseCode: Int, val decimalPoint: Int)

Constructors

Link copied to clipboard
constructor(merchantNo: String, terminalId: String, invoiceNumber: Long, transactionAmount: Int, transactionAmount_2: Int, purchasesCount: Int, voidsCount: Int, refundsCount: Int, approve: String, visualResponse: String, responseCode: Int, decimalPoint: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun toTLV(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard