Enumerations
The following enumerations are available globally.
-
Credit card types
See moreDeclaration
Objective-C
enum BTDropInPaymentMethodType : NSInteger {}
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, BTFormFieldSetting) { BTFormFieldDisabled = 0, BTFormFieldOptional, BTFormFieldRequired }
Swift
enum BTFormFieldSetting : Int, @unchecked Sendable
-
Error codes associated with Braintree Drop-in.
See moreDeclaration
Objective-C
enum BTDropInErrorType : NSInteger {}
Swift
enum BTDropInErrorType : Int, @unchecked Sendable
-
Braintree Drop-in color scheme
See moreDeclaration
Objective-C
enum BTDropInColorScheme : NSInteger {}
Swift
enum BTDropInColorScheme : Int, @unchecked Sendable