Interface MyQuoteRequestCancelAction

All Superinterfaces:
MyQuoteRequestUpdateAction, ResourceUpdateAction<MyQuoteRequestUpdateAction>

public interface MyQuoteRequestCancelAction extends MyQuoteRequestUpdateAction

Transitions the quoteRequestState of the Quote Request to Cancelled. Can only be used when the Quote Request is in state Submitted.


Example to create an instance using the builder pattern

     MyQuoteRequestCancelAction myQuoteRequestCancelAction = MyQuoteRequestCancelAction.builder()
             .build()