Type Output Card Data
data class TypeOutputCardData(var baTrack1: ByteArray = byteArrayOf(), var baTrack2: ByteArray = byteArrayOf(), var baTrack3: ByteArray = byteArrayOf(), var sReceivedTLV: String = "", var iNexusRet: NexusRet? = null) : Parcelable
Data class representing the output containing card data.
This class holds the card track data and TLV information retrieved from the card during the transaction process.
NOTE: the result of the operation is represented by the NexusRet object set at iNexusRet parameter. Verify iNexusRet to check if the operation was successful or not before proceeding with any other operation.