ThirdPartVerificationOptions

Constructors

Link copied to clipboard
constructor(flow: AirwallexPaymentRequestFlow? = null, osType: String? = null)

Properties

Link copied to clipboard

Refer to the specification of the verification_options of the payment method.

Link copied to clipboard
val osType: String? = null

Can be one of ios, android. osType must be set when flow is mweb, inapp.

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)