OPPCheckoutBrandDetectionType
@objc
public enum OPPCheckoutBrandDetectionType : Int
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
Swift
case regex -
Searches card bin in the bin list (more precise)
Declaration
Swift
case binList -
Search card bin in the bin list (more precise) and type
Declaration
Swift
case binListAndType
OPPCheckoutBrandDetectionType Enumeration Reference