Package com.usebutton.merchant
Interface ButtonProductCompatible
-
- All Implemented Interfaces:
public interface ButtonProductCompatibleAn interface that defines the product properties that may be provided when reporting user activity.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()abstract StringgetUpc()abstract List<String>getCategories()abstract StringgetName()abstract StringgetCurrency()abstract IntegergetValue()abstract IntegergetQuantity()abstract StringgetUrl()abstract Map<String, String>getAttributes()-
-
Method Detail
-
getCategories
@Nullable() abstract List<String> getCategories()
-
getCurrency
@Nullable() abstract String getCurrency()
-
getQuantity
@Nullable() abstract Integer getQuantity()
-
getAttributes
@Nullable() abstract Map<String, String> getAttributes()
-
-
-
-