ThreeDSecureV2UiCustomization

data class ThreeDSecureV2UiCustomization @JvmOverloads constructor(    var buttonCustomization: ThreeDSecureV2ButtonCustomization? = null,     var buttonType: ThreeDSecureV2ButtonType? = null,     var labelCustomization: ThreeDSecureV2LabelCustomization? = null,     var textBoxCustomization: ThreeDSecureV2TextBoxCustomization? = null,     var toolbarCustomization: ThreeDSecureV2ToolbarCustomization? = null) : Parcelable

UI customization options for 3D Secure 2 flows.

Constructors

Link copied to clipboard
constructor(    buttonCustomization: ThreeDSecureV2ButtonCustomization? = null,     buttonType: ThreeDSecureV2ButtonType? = null,     labelCustomization: ThreeDSecureV2LabelCustomization? = null,     textBoxCustomization: ThreeDSecureV2TextBoxCustomization? = null,     toolbarCustomization: ThreeDSecureV2ToolbarCustomization? = null)

Properties

Link copied to clipboard

button customization options for 3D Secure 2 flows

Link copied to clipboard

type of 3D Secure button

Link copied to clipboard
Link copied to clipboard

label customization options for 3D Secure 2 flows

Link copied to clipboard

text box customization options for 3D Secure 2 flows

Link copied to clipboard

toolbar customization options for 3D Secure 2 flows

Functions

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