public interface LineItemLike extends Custom
Interface for common stuff of LineItem
s and CustomLineItem
s.
Modifier and Type | Method and Description |
---|---|
List<DiscountedLineItemPriceForQuantity> |
getDiscountedPricePerQuantity()
Gets discount information for groups of line items.
|
String |
getId() |
Long |
getQuantity() |
Set<ItemState> |
getState() |
TaxedItemPrice |
getTaxedPrice() |
javax.money.MonetaryAmount |
getTotalPrice() |
String getId()
Long getQuantity()
javax.money.MonetaryAmount getTotalPrice()
@Nullable TaxedItemPrice getTaxedPrice()
List<DiscountedLineItemPriceForQuantity> getDiscountedPricePerQuantity()