OPPCheckoutStorePaymentDetailsMode
enum OPPCheckoutStorePaymentDetailsMode : NSInteger {}
An enumeration for the possible store payment details modes.
-
Always store payment details for future use.
Declaration
Objective-C
OPPCheckoutStorePaymentDetailsModeAlways
Swift
case always = 0
-
Display the option to prompt the user permissions to store payment details for future use.
Declaration
Objective-C
OPPCheckoutStorePaymentDetailsModePrompt
Swift
case prompt = 1
-
Never store payment details.
Declaration
Objective-C
OPPCheckoutStorePaymentDetailsModeNever
Swift
case never = 2