Class EcommerceItem


@Deprecated public class EcommerceItem extends EcommerceItem
Deprecated.
Use EcommerceItem instead.
A user defined custom variable.
Author:
brettcsorba
  • Constructor Details

    • EcommerceItem

      public EcommerceItem(String sku, String name, String category, Double price, Integer quantity)
      Deprecated.
      Instantiates 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