PaymentConsentVerifyRequest

Types

Link copied to clipboard
Link copied to clipboard
data class CardVerificationOptions(val amount: BigDecimal? = null, val currency: String? = null, val cvc: String? = null) : AirwallexRequestModel, Parcelable
Link copied to clipboard

Properties

Link copied to clipboard
val device: Device? = null

Device info

Link copied to clipboard

Integration data

Link copied to clipboard
val requestId: String? = null

Unique request ID specified by the merchant

Link copied to clipboard
val returnUrl: String? = null

The URL to which your customer will be redirected after they verify PaymentConsent on the PaymentMethod’s app or site. If you’d prefer to redirect to a mobile application, you can alternatively provide an application URI scheme.

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

Additional information needed to verify a PaymentConsent

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)