BTThreeDSecureRenderType
@objcMembers
public class BTThreeDSecureRenderType : NSObject, OptionSet
Render types that the device supports for displaying specific challenge user interfaces within the 3D Secure challenge.
-
Declaration
Swift
public let rawValue: Int -
Declaration
Swift
required public init(rawValue: Int) -
OTP
Declaration
Swift
public static let otp: BTThreeDSecureRenderType -
HTML
Declaration
Swift
public static let html: BTThreeDSecureRenderType -
Single select
Declaration
Swift
public static let singleSelect: BTThreeDSecureRenderType -
Multi Select
Declaration
Swift
public static let multiSelect: BTThreeDSecureRenderType -
OOB
Declaration
Swift
public static let oob: BTThreeDSecureRenderType
View on GitHub