OPPCDCart @objc public class OPPCDCart : NSObject The Cart holds the cart items information. items List of items in the cart. Declaration Swift @objc public var items: [OPPCDItem]?