interface QuoteReference {
    id: string;
    obj?: Quote;
    typeId: "quote";
}

Properties

Properties

id: string

Unique ID of the referenced resource.

obj?: Quote

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

typeId: "quote"

Generated using TypeDoc