Interface ShoppingCartItem
public interface ShoppingCartItem
Shopping cart item.
-
Method Details
-
getName
String getName()Name- Returns:
-
getEan
String getEan()Ean- Returns:
-
getQuantity
BigDecimal getQuantity()Quantity- Returns:
-
getGrossAmount
Integer getGrossAmount()Gross amount- Returns:
-