Checkout Data
-
The
See moreOPPCDBillingholds 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 moreOPPCDItemholds 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 moreOPPCDShippingholds 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
Checkout Data Reference