SessionRevise

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

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

Properties

Link copied to clipboard

The approval status.

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.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)