Interface StagedOrderAddReturnInfoAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderAddReturnInfoActionImpl

StagedOrderAddReturnInfoAction
Example to create an instance using the builder pattern

     StagedOrderAddReturnInfoAction stagedOrderAddReturnInfoAction = StagedOrderAddReturnInfoAction.builder()
             .plusItems(itemsBuilder -> itemsBuilder)
             .build()