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

Hierarchy (View Summary)

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"

Type of referenced resource.