ThreeDSecureRequest

A class to contain 3D Secure request information used for authentication

Constructors

Link copied to clipboard
constructor()
constructor(in: Parcel)

Properties

Link copied to clipboard
Link copied to clipboard
open var amount: String
Link copied to clipboard
Link copied to clipboard
val BOTH: Int = 3
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val CREDIT: String = "credit"
Link copied to clipboard
val DEBIT: String = "debit"
Link copied to clipboard
open var email: String
Link copied to clipboard
val HTML: Int = 2
Link copied to clipboard
val LOW_VALUE: String = "low_value"
Link copied to clipboard
Link copied to clipboard
val MULTI_SELECT: Int = 3
Link copied to clipboard
val NATIVE: Int = 1
Link copied to clipboard
open var nonce: String
Link copied to clipboard
val OOB: Int = 4
Link copied to clipboard
val OTP: Int = 1
Link copied to clipboard
val RENDER_HTML: Int = 5
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val SECURE_CORPORATE: String = "secure_corporate"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val TRANSACTION_RISK_ANALYSIS: String = "transaction_risk_analysis"
Link copied to clipboard
val TRUSTED_BENEFICIARY: String = "trusted_beneficiary"
Link copied to clipboard
open var uiType: Int
Link copied to clipboard
val VERSION_1: String = "1"
Link copied to clipboard
val VERSION_2: String = "2"
Link copied to clipboard

Functions

Link copied to clipboard
open fun build(dfReferenceId: String): String
Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setCardAddChallengeRequested(@Nullable cardAddChallengeRequested: Boolean)
Optional.
Link copied to clipboard
open fun setChallengeRequested(challengeRequested: Boolean)
Optional If set to true, the customer will be asked to complete the authentication challenge if possible
Link copied to clipboard
open fun setDataOnlyRequested(dataOnlyRequested: Boolean)
Link copied to clipboard
open fun setExemptionRequested(exemptionRequested: Boolean)
Optional If set to true, an exemption to the authentication challenge will be requested
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)