interface QuoteLabel {
    customer: Reference;
    key: string;
    quoteRequest: Reference;
    stagedQuote: Reference;
    type: "QuoteLabel";
}

Properties

customer: Reference

The Buyer who requested the Quote.

key: string

User-defined unique identifier of the Quote.

quoteRequest: Reference

Quote Request related to the Quote.

stagedQuote: Reference

Staged Quote related to the Quote.

type: "QuoteLabel"