interface StagedQuoteReference {
    id: string;
    obj?: StagedQuote;
    typeId: "staged-quote";
}

Properties

Properties

id: string

Unique ID of the referenced resource.

Contains the representation of the expanded StagedQuote. Only present in responses to requests with Reference Expansion for StagedQuote.

typeId: "staged-quote"

Generated using TypeDoc