ThreeDSecureV2LabelCustomization
data class ThreeDSecureV2LabelCustomization @JvmOverloads constructor(var textFontName: String? = null, var textColor: String? = null, var textFontSize: Int = 0, var headingTextColor: String? = null, var headingTextFontName: String? = null, var headingTextFontSize: Int = 0) : Parcelable
Label customization options for 3D Secure 2 flows.
Properties
Link copied to clipboard
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 heading label text.
Link copied to clipboard
Font size for the heading label text.
Link copied to clipboard
Font type for the UI element.
Link copied to clipboard
Font size for the UI element.