Type Output Start Transaction
data class TypeOutputStartTransaction(var eCardType: CardType? = null, var iNexusRet: NexusRet? = null) : Parcelable
Data class representing the output of starting a transaction.
This class holds information about the result of initiating a transaction, including the detected card type and operation status.
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.