Class ShoppingCartItem


  • public final class ShoppingCartItem
    extends AbstractModel
    An item in the shopping cart.
    • Method Detail

      • getCategory

        public String getCategory()
        Returns:
        The category of the item.
      • getItemId

        public String getItemId()
        Returns:
        The ID of the item.
      • getQuantity

        public Integer getQuantity()
        Returns:
        The quantity of the item.
      • getPrice

        public BigDecimal getPrice()
        Returns:
        The price of the item.