Class EcommerceItem


@Deprecated public class EcommerceItem extends EcommerceItem
Deprecated.
Use EcommerceItem instead.
Describes an item in an ecommerce transaction.
Author:
brettcsorba
  • Constructor Details

    • EcommerceItem

      @Deprecated public EcommerceItem(String sku, String name, String category, Double price, Integer quantity)
      Deprecated.
      Use EcommerceItem instead.
      Creates a new ecommerce item.
      Parameters:
      sku - the sku (Stock Keeping Unit) of the item.
      name - the name of the item.
      category - the category of the item.
      price - the price of the item.
      quantity - the quantity of the item.