Interface StagedOrderAddLineItemAction

All Superinterfaces:
CustomizableDraft<StagedOrderAddLineItemAction>, ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderAddLineItemActionImpl

StagedOrderAddLineItemAction
Example to create an instance using the builder pattern

     StagedOrderAddLineItemAction stagedOrderAddLineItemAction = StagedOrderAddLineItemAction.builder()
             .build()