Interface FulfillmentLineItem

All Superinterfaces:
LineItem
All Known Implementing Classes:
FulfillmentLineItemDto

public interface FulfillmentLineItem extends LineItem
DTO containing information about fulfilling an OrderLineItem as part of a FulfillmentGroup. Note that a single OrderLineItem can be split across multiple FulfillmentGroups and, therefore, across multiple FulfillmentLineItems.
Author:
Chad Harchar (charchar), Nathan Moore (nathanmoore).