Interface OrderItemContainer
- All Known Subinterfaces:
BundleOrderItem
- All Known Implementing Classes:
BundleOrderItemImpl
public interface OrderItemContainer
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the contained items can be discounted.booleanReturns true if pricing operations are at the container level (as opposed to being the sum of the contained items)
-
Method Details
-
getOrderItems
-
getAllowDiscountsOnChildItems
boolean getAllowDiscountsOnChildItems()Returns true if the contained items can be discounted.- Returns:
-
isPricingAtContainerLevel
boolean isPricingAtContainerLevel()Returns true if pricing operations are at the container level (as opposed to being the sum of the contained items)- Returns:
-