Type Output Finish Transaction
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.