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

    Interface QuoteRequestReference

    interface QuoteRequestReference {
        id: string;
        obj?: QuoteRequest;
        typeId: "quote-request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique ID of the referenced resource.

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

    typeId: "quote-request"

    Type of referenced resource.