interface QuoteRequestReference {
    id: string;
    obj?: QuoteRequest;
    typeId: "quote-request";
}

Properties

Properties

id: string

Unique ID of the referenced resource.

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

typeId: "quote-request"

Generated using TypeDoc