OPPCDCart

@objc
public class OPPCDCart : NSObject

The Cart holds the cart items information.

  • List of items in the cart.

    Declaration

    Swift

    @objc
    public var items: [OPPCDItem]?