InitiateResponse

data class InitiateResponse(val outcomeParameterSet: OutcomeParameterSet? = null, val userInterfaceRequestData: UserInterfaceRequestData? = null, val discretionaryData: ByteArray? = null, val dataRecord: ByteArray? = null)

Structure holding a set of useful initiate response elements.

Constructors

Link copied to clipboard
constructor(outcomeParameterSet: OutcomeParameterSet? = null, userInterfaceRequestData: UserInterfaceRequestData? = null, discretionaryData: ByteArray? = null, dataRecord: ByteArray? = null)

Properties

Link copied to clipboard
val dataRecord: ByteArray? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int