public interface OrderItemContainer
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowDiscountsOnChildItems()
Returns true if the contained items can be discounted.
|
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)
|
boolean getAllowDiscountsOnChildItems()
boolean isPricingAtContainerLevel()
Copyright © 2015. All Rights Reserved.