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