WebCart

constructor(products: List<ProductItem?>?, total: Total?)

Parameters

products

A list of ProductItem objects representing the items in the cart, or null if no items are present.

total

The Total object containing the cart's pricing summary, or null if not available.