@gradientedge/commercetools-utils
    Preparing search index...

    Interface StagedQuoteReference

    interface StagedQuoteReference {
        id: string;
        obj?: StagedQuote;
        typeId: "staged-quote";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique ID of the referenced resource.

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

    typeId: "staged-quote"

    Type of referenced resource.