Interface StagedOrderSetCustomTypeAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetCustomTypeAction extends StagedOrderUpdateAction
StagedOrderSetCustomTypeAction
Example to create an instance using the builder pattern

     StagedOrderSetCustomTypeAction stagedOrderSetCustomTypeAction = StagedOrderSetCustomTypeAction.builder()
             .build()