ThreeDSecureV2TextBoxCustomization

data class ThreeDSecureV2TextBoxCustomization @JvmOverloads constructor(var textFontName: String? = null, var textColor: String? = null, var textFontSize: Int = 0, var borderWidth: Int = 0, var borderColor: String? = null, var cornerRadius: Int = 0) : Parcelable

Text box customization options for 3D Secure 2 flows.

Constructors

Link copied to clipboard
constructor(textFontName: String? = null, textColor: String? = null, textFontSize: Int = 0, borderWidth: Int = 0, borderColor: String? = null, cornerRadius: Int = 0)

Properties

Link copied to clipboard

Color code in Hex format. For example, the color code can be “#999999”.

Link copied to clipboard

Width (integer value) of the text box border.

Link copied to clipboard
Link copied to clipboard

Radius (integer value) for the text box corners.

Link copied to clipboard

Color code in Hex format. For example, the color code can be “#999999”.

Link copied to clipboard

Font type for the UI element.

Link copied to clipboard

Font size for the UI element.

Functions

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