public interface OrderItemContainer
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowDiscountsOnChildItems()
Returns true if the contained items can be discounted.
|
java.util.List<? extends OrderItem> |
getOrderItems() |
boolean |
isPricingAtContainerLevel()
Returns true if pricing operations are at the container level (as opposed to being
the sum of the contained items)
|
java.util.List<? extends OrderItem> getOrderItems()
boolean getAllowDiscountsOnChildItems()
boolean isPricingAtContainerLevel()
Copyright © 2018. All Rights Reserved.