OPPCheckoutSkipCVVMode
@objc
public enum OPPCheckoutSkipCVVMode : Int
An enumeration for the possible modes to skip CVV check.
-
Always request CVV for card payments.
Declaration
Swift
case never -
Skip CVV check only for payments by stored cards.
Declaration
Swift
case forStoredCards -
Always skip CVV check. CVV field won’t be displayed in card payment forms.
Declaration
Swift
case always
OPPCheckoutSkipCVVMode Enumeration Reference