PaymentConsentVerifyRequest
Params for create a PaymentConsent
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
data class ThirdPartVerificationOptions(val flow: AirwallexPaymentRequestFlow? = null, val osType: String? = null) : AirwallexRequestModel, Parcelable
Link copied to clipboard
data class VerificationOptions(val type: String, val cardOptions: PaymentConsentVerifyRequest.CardVerificationOptions? = null, val thirdPartOptions: PaymentConsentVerifyRequest.ThirdPartVerificationOptions? = null) : AirwallexRequestModel, Parcelable