BTThreeDSecureV2BaseCustomization

@objcMembers
public class BTThreeDSecureV2BaseCustomization : NSObject

Base customization options for 3D Secure 2 flows.

Public Properties

  • Font type for the UI element.

    Declaration

    Swift

    public var textFontName: String? { get set }
  • Color code in Hex format. For example, the color code can be “#999999”.

    Declaration

    Swift

    public var textColor: String? { get set }
  • Font size for the UI element.

    Declaration

    Swift

    public var textFontSize: Int { get set }