Interface StagedQuoteCreatedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StagedQuoteCreatedMessagePayload extends MessagePayload

Generated after a successful Create StagedQuote request.


Example to create an instance using the builder pattern

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