OPPCheckoutCardBrandsDisplayMode
@objc
public enum OPPCheckoutCardBrandsDisplayMode : Int
An enumeration for the possible display modes of card brands on payment method selection screen.
-
Display card brands in the list along with other payment methods.
Declaration
Swift
case separate -
Display all card brands grouped in one row. This mode allows shopper to skip choosing concrete card brand, the brand will be detected automatically based on card number.
Declaration
Swift
case grouped
OPPCheckoutCardBrandsDisplayMode Enumeration Reference