Threeds2Action

class Threeds2Action(var type: String? = null, var paymentData: String? = null, var paymentMethodType: String? = null, var token: String? = null, var subtype: String? = null, var authorisationToken: String? = null) : BaseThreeds2Action

Constructors

Link copied to clipboard
constructor(type: String? = null, paymentData: String? = null, paymentMethodType: String? = null, token: String? = null, subtype: String? = null, authorisationToken: String? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open override var paymentData: String?
Link copied to clipboard
open override var paymentMethodType: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var type: String?

Functions

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