BTThreeDSecureV2TextBoxCustomization

@objcMembers
public class BTThreeDSecureV2TextBoxCustomization : BTThreeDSecureV2BaseCustomization

Text box customization options for 3D Secure 2 flows.

Public Properties

  • Width (integer value) of the text box border.

    Declaration

    Swift

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

    Declaration

    Swift

    public var borderColor: String? { get set }
  • Radius (integer value) for the text box corners.

    Declaration

    Swift

    public var cornerRadius: Int { get set }

Initializer