Interface OrderEditAddStagedActionAction

All Superinterfaces:
OrderEditUpdateAction, ResourceUpdateAction<OrderEditUpdateAction>

public interface OrderEditAddStagedActionAction extends OrderEditUpdateAction

If the edit was applied, this cannot be updated.


Example to create an instance using the builder pattern

     OrderEditAddStagedActionAction orderEditAddStagedActionAction = OrderEditAddStagedActionAction.builder()
             .stagedAction(stagedActionBuilder -> stagedActionBuilder)
             .build()