Web Cart
Represents a web-based shopping cart containing products and pricing details.
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.