Package com.usebutton.merchant
Class Order.LineItem
-
- All Implemented Interfaces:
public class Order.LineItemRepresents a line item in the order lineItems
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOrder.LineItem.BuilderBuilder class for order line item Order.LineItem.
-
Method Summary
Modifier and Type Method Description StringgetId()longgetTotal()intgetQuantity()StringgetDescription()StringgetSku()StringgetUpc()List<String>getCategory()Map<String, String>getAttributes()-
-
Method Detail
-
getTotal
long getTotal()
-
getQuantity
int getQuantity()
-
getDescription
@Nullable() String getDescription()
-
getCategory
@Nullable() List<String> getCategory()
-
getAttributes
@Nullable() Map<String, String> getAttributes()
-
-
-
-