Generated after a successful Create Quote request.

interface QuoteCreatedMessagePayload {
    quote: Quote;
    type: "QuoteCreated";
}

Properties

Properties

quote: Quote

Quote that was created.

type: "QuoteCreated"

Generated using TypeDoc