TypeInputFinishTransaction

data class TypeInputFinishTransaction(var sCommStatus: String = "", var sAuthCode: String = "", var sTAGsEMV: String = "", var sAcquirerTags: String = "") : Parcelable

Data class representing the input for finishing a transaction.

This class holds information necessary to complete a transaction, such as the communication status, authorization code, and issuer data.

Constructors

Link copied to clipboard
constructor(sCommStatus: String = "", sAuthCode: String = "", sTAGsEMV: String = "", sAcquirerTags: String = "")

Properties

Link copied to clipboard
Link copied to clipboard

The authorization code received for the transaction.

Link copied to clipboard

The communication status of the transaction.

Link copied to clipboard

Functions

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