Package org.piwik.java.tracking
Class EcommerceItem
java.lang.Object
org.matomo.java.tracking.parameters.EcommerceItem
org.piwik.java.tracking.EcommerceItem
Deprecated.
Describes an item in an ecommerce transaction.
- Author:
- brettcsorba
-
Nested Class Summary
Nested classes/interfaces inherited from class org.matomo.java.tracking.parameters.EcommerceItem
EcommerceItem.EcommerceItemBuilder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.matomo.java.tracking.parameters.EcommerceItem
builder, getCategory, getName, getPrice, getQuantity, getSku, setCategory, setName, setPrice, setQuantity, setSku, toString
-
Constructor Details
-
EcommerceItem
@Deprecated public EcommerceItem(String sku, String name, String category, Double price, Integer quantity) Deprecated.UseEcommerceIteminstead.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.
-
EcommerceIteminstead.