VerificationOptions
data class VerificationOptions(val type: String, val cardOptions: PaymentConsentVerifyRequest.CardVerificationOptions? = null, val thirdPartOptions: PaymentConsentVerifyRequest.ThirdPartVerificationOptions? = null) : AirwallexRequestModel, Parcelable
Constructors
Link copied to clipboard
constructor(type: String, cardOptions: PaymentConsentVerifyRequest.CardVerificationOptions? = null, thirdPartOptions: PaymentConsentVerifyRequest.ThirdPartVerificationOptions? = null)