Interface StagedOrderSetReturnInfoAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetReturnInfoAction extends StagedOrderUpdateAction

Produces the Return Info Set Message.


Example to create an instance using the builder pattern

     StagedOrderSetReturnInfoAction stagedOrderSetReturnInfoAction = StagedOrderSetReturnInfoAction.builder()
             .build()