Checkout Data

  • The OPPCDBilling holds the billing address of the customer.

    See more

    Declaration

    Swift

    @objc
    public class OPPCDBilling : NSObject
  • The Cart holds the cart items information.

    See more

    Declaration

    Swift

    @objc
    public class OPPCDCart : NSObject
  • Provides the customer details like name, email, etc.

    See more

    Declaration

    Swift

    @objc
    public class OPPCDCustomer : NSObject
  • TheOPPCDItem holds the product information such as the product’s name, quantity, price and more.

    See more

    Declaration

    Swift

    @objc
    public class OPPCDItem : NSObject
  • The Merchant holds the merchant information.

    See more

    Declaration

    Swift

    @objc
    public class OPPCDMerchant : NSObject
  • The OPPCDShipping holds the shipping details of ordered goods.

    See more

    Declaration

    Swift

    @objc
    public class OPPCDShipping : NSObject
  • Represents the checkout data, shipping and billing address, cart items and more.

    See more

    Declaration

    Swift

    @objc
    public class OPPCheckoutData : NSObject