TypeOutputFinishTransaction

data class TypeOutputFinishTransaction(var sDecision: String = "", var sIssuerScripts: String = "", var sTAGsEMV: String = "") : Parcelable

Data class representing the output of finishing a transaction.

This class holds information resulting from the completion of a transaction, such as the final decision and any issuer scripts.

Constructors

Link copied to clipboard
constructor(sDecision: String = "", sIssuerScripts: String = "", sTAGsEMV: String = "")

Properties

Link copied to clipboard

The final decision of the transaction.

Link copied to clipboard

Any scripts provided by the issuer to be executed.

Link copied to clipboard

Functions

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