Checkout Info

  • Class to encapsulate shopper’s bank account details that have been tokenized.

    See more

    Declaration

    Swift

    @objc
    public final class OPPBankAccount : NSObject
  • Class to encapsulate shopper’s card details that have been tokenized.

    See more

    Declaration

    Swift

    @objc
    public final class OPPCard : NSObject
  • Class to encapsulate the parameters related to the checkout.

    See more

    Declaration

    Objective-C

    @interface OPPCheckoutInfo : NSObject

    Swift

    class OPPCheckoutInfo : NSObject
  • An enumeration of possible mSDK UI types.

    See more

    Declaration

    Objective-C

    enum OPPMsdkUiType : NSInteger {}

    Swift

    enum OPPMsdkUiType : Int, @unchecked Sendable
  • Class to encapsulate the payment brand configuration parameters from the Server.

    See more

    Declaration

    Objective-C

    @interface OPPPaymentBrandsConfig : NSObject

    Swift

    class OPPPaymentBrandsConfig : NSObject
  • Class to encapsulate shopper’s payment details that have been tokenized.

    See more

    Declaration

    Swift

    @objc
    public final class OPPToken : NSObject
  • Class to encapsulate shopper’s virtual account details that have been tokenized.

    See more

    Declaration

    Swift

    @objc
    public final class OPPVirtualAccount : NSObject
  • This class represents the Visa Installment configration in checkout info.

    See more

    Declaration

    Swift

    @objc
    public final class OPPVisaInstallmentConfig : NSObject