BTThreeDSecureV2LabelCustomization
@objcMembers
public class BTThreeDSecureV2LabelCustomization : BTThreeDSecureV2BaseCustomization
Label customization options for 3D Secure 2 flows.
-
Color code in Hex format. For example, the color code can be “#999999”.
Declaration
Swift
public var headingTextColor: String? { get set }
-
Font type for the heading label text.
Declaration
Swift
public var headingTextFontName: String? { get set }
-
Font size for the heading label text.
Declaration
Swift
public var headingTextFontSize: Int { get set }
-
Declaration
Swift
public override init()