Typescript SDK Type Docs
    Preparing search index...

    Interface QuoteLabel

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

    Hierarchy (View Summary)

    Index

    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"