OPPCheckoutBrandDetectionType
enum OPPCheckoutBrandDetectionType : NSInteger {}
An enumeration for the possible ways of automatic card brand detection
-
Uses regular expressions to analyze card number (supports a limited number of brands)
Declaration
Objective-C
OPPCheckoutBrandDetectionTypeRegexSwift
case regex = 0 -
Searches card bin in the bin list (more precise)
Declaration
Objective-C
OPPCheckoutBrandDetectionTypeBinListSwift
case binList = 1 -
Search card bin in the bin list (more precise) and type
Declaration
Objective-C
OPPCheckoutBrandDetectionTypeBinListAndTypeSwift
case binListAndType = 2
OPPCheckoutBrandDetectionType Enumeration Reference