CardOptions

@JsonClass(generateAdapter = true)
data class CardOptions(@Json(name = "requestThreeDSecure") request3dSecure: Request3dSecureType?) : Parcelable

Configurations that will be applied to each setup attempt.

Constructors

Link copied to clipboard
fun CardOptions(@Json(name = "requestThreeDSecure") request3dSecure: Request3dSecureType?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val request3dSecure: Request3dSecureType?

We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Permitted values include: automatic or any. If not provided, defaults to automatic.