BTThreeDSecureV2TextBoxCustomization

Objective-C

@interface BTThreeDSecureV2TextBoxCustomization
    : BTThreeDSecureV2BaseCustomization

Swift

class BTThreeDSecureV2TextBoxCustomization : BTThreeDSecureV2BaseCustomization

Text box customization options for 3D Secure 2 flows.

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

    Declaration

    Objective-C

    @property (nonatomic) int borderWidth;

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull borderColor;

    Swift

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

    Declaration

    Objective-C

    @property (nonatomic) int cornerRadius;

    Swift

    var cornerRadius: Int32 { get set }