Checkout Info
-
Class to encapsulate shopper’s bank account details that have been tokenized.
See moreDeclaration
Swift
@objc public final class OPPBankAccount : NSObject
-
Class to encapsulate shopper’s card details that have been tokenized.
See moreDeclaration
Swift
@objc public final class OPPCard : NSObject
-
Class to encapsulate the parameters related to the checkout.
See moreDeclaration
Objective-C
@interface OPPCheckoutInfo : NSObject
Swift
class OPPCheckoutInfo : NSObject
-
An enumeration of possible mSDK UI types.
See moreDeclaration
Objective-C
enum OPPMsdkUiType : NSInteger {}
Swift
enum OPPMsdkUiType : Int, @unchecked Sendable
-
Class to encapsulate the payment brand configuration parameters from the Server.
See moreDeclaration
Objective-C
@interface OPPPaymentBrandsConfig : NSObject
Swift
class OPPPaymentBrandsConfig : NSObject
-
Class to encapsulate shopper’s payment details that have been tokenized.
See moreDeclaration
Swift
@objc public final class OPPToken : NSObject
-
Class to encapsulate shopper’s virtual account details that have been tokenized.
See moreDeclaration
Swift
@objc public final class OPPVirtualAccount : NSObject
-
This class represents the Visa Installment configration in checkout info.
See moreDeclaration
Swift
@objc public final class OPPVisaInstallmentConfig : NSObject