Interface OrderItemContainer

All Known Subinterfaces:
BundleOrderItem
All Known Implementing Classes:
BundleOrderItemImpl

public interface OrderItemContainer
  • Method Details

    • getOrderItems

      List<? extends OrderItem> 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: