Interface StagedQuoteSetCustomFieldAction

All Superinterfaces:
ResourceUpdateAction<StagedQuoteUpdateAction>, StagedQuoteUpdateAction
All Known Implementing Classes:
StagedQuoteSetCustomFieldActionImpl

StagedQuoteSetCustomFieldAction
Example to create an instance using the builder pattern

     StagedQuoteSetCustomFieldAction stagedQuoteSetCustomFieldAction = StagedQuoteSetCustomFieldAction.builder()
             .name("{name}")
             .build()