interface QuoteRequestLabel {
    customer: Reference;
    key: string;
    type: "QuoteRequestLabel";
}

Properties

Properties

customer: Reference

The Buyer who raised the Quote Request.

key: string

User-defined unique identifier of the Quote Request.

type: "QuoteRequestLabel"