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

    Swift

    @objc
    public final class OPPCheckoutInfo : NSObject
  • An enumeration of possible mSDK UI types.

    See more

    Declaration

    Swift

    @objc
    public enum OPPMsdkUiType : Int
  • Class to encapsulate the payment brand configuration parameters from the Server.

    See more

    Declaration

    Swift

    @objc
    public final 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