Checkout Data
-
The
See moreOPPCDBilling
holds the billing address of the customer.Declaration
Swift
@objc public class OPPCDBilling : NSObject
-
The Cart holds the cart items information.
See moreDeclaration
Swift
@objc public class OPPCDCart : NSObject
-
Provides the customer details like name, email, etc.
See moreDeclaration
Swift
@objc public class OPPCDCustomer : NSObject
-
The
See moreOPPCDItem
holds the product information such as the product’s name, quantity, price and more.Declaration
Swift
@objc public class OPPCDItem : NSObject
-
The Merchant holds the merchant information.
See moreDeclaration
Swift
@objc public class OPPCDMerchant : NSObject
-
The
See moreOPPCDShipping
holds the shipping details of ordered goods.Declaration
Swift
@objc public class OPPCDShipping : NSObject
-
Represents the checkout data, shipping and billing address, cart items and more.
See moreDeclaration
Swift
@objc public class OPPCheckoutData : NSObject