NextAction

data class NextAction(val stage: NextAction.NextActionStage? = null, val type: NextAction.NextActionType?, val data: Map<String, Any?>?, val dcc: NextAction.DccData?, val url: String?, val fallbackUrl: String?, val method: String?, val packageName: String?) : AirwallexModel, Parcelable

Constructors

Link copied to clipboard
constructor(stage: NextAction.NextActionStage? = null, type: NextAction.NextActionType?, data: Map<String, Any?>?, dcc: NextAction.DccData?, url: String?, fallbackUrl: String?, method: String?, packageName: String?)

Types

Link copied to clipboard

The status of a PaymentIntent

Link copied to clipboard

Properties

Link copied to clipboard
val data: Map<String, Any?>?

The additional data that can be used to complete this action

Link copied to clipboard

The dcc data that can be used to complete this action

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

Type of next action, can be one of render_qr_code, call_sdk, redirect, display

Link copied to clipboard
val url: String?

Functions

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