BTThreeDSecureV2ButtonCustomization

@objcMembers
public class BTThreeDSecureV2ButtonCustomization : BTThreeDSecureV2BaseCustomization

Button customization options for 3D Secure 2 flows.

Public Properties

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

    Declaration

    Swift

    public var backgroundColor: String? { get set }
  • Radius (integer value) for the button corners.

    Declaration

    Swift

    public var cornerRadius: Int { get set }

Initializer