Typescript SDK Type Docs
    Preparing search index...

    Interface QuoteRequestLabel

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    customer: Reference

    The Buyer who raised the Quote Request.

    key: string

    User-defined unique identifier of the Quote Request.

    type: "QuoteRequestLabel"