Interface OrderEditSetStagedActionsAction

All Superinterfaces:
OrderEditUpdateAction, ResourceUpdateAction<OrderEditUpdateAction>

public interface OrderEditSetStagedActionsAction extends OrderEditUpdateAction

The stagedActions field cannot be updated if the Order Edit result is OrderEdit Applied.


Example to create an instance using the builder pattern

     OrderEditSetStagedActionsAction orderEditSetStagedActionsAction = OrderEditSetStagedActionsAction.builder()
             .plusStagedActions(stagedActionsBuilder -> stagedActionsBuilder)
             .build()