Interface StagedQuoteUpdate

All Superinterfaces:
ResourceUpdate<StagedQuoteUpdate,StagedQuoteUpdateAction,StagedQuoteUpdateBuilder>

StagedQuoteUpdate
Example to create an instance using the builder pattern

     StagedQuoteUpdate stagedQuoteUpdate = StagedQuoteUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()