Interface StagedQuoteCreatedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
StagedQuoteCreatedMessagePayloadImpl

Generated after a successful Create Staged Quote request.


Example to create an instance using the builder pattern

     StagedQuoteCreatedMessagePayload stagedQuoteCreatedMessagePayload = StagedQuoteCreatedMessagePayload.builder()
             .stagedQuote(stagedQuoteBuilder -> stagedQuoteBuilder)
             .build()