ThreeDSecureParams

data class ThreeDSecureParams(var threeDSecureNonce: ThreeDSecureNonce?, val errorMessage: String?, val lookup: ThreeDSecureLookup?) : Parcelable

Data class to parse and contain 3D Secure authentication responses

Constructors

Link copied to clipboard
constructor(threeDSecureNonce: ThreeDSecureNonce?, errorMessage: String?, lookup: ThreeDSecureLookup?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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