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

    Interface QuoteReference

    interface QuoteReference {
        id: string;
        obj?: Quote;
        typeId: "quote";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique ID of the referenced resource.

    obj?: Quote

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

    typeId: "quote"

    Type of referenced resource.