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

    Interface QuoteRequestCustomerChangedMessagePayload

    Generated after a successful Change Customer update action.

    interface QuoteRequestCustomerChangedMessagePayload {
        customer: CustomerReference;
        previousCustomer: CustomerReference;
        type: "QuoteRequestCustomerChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    The Buyer who now owns the Quote Request.

    previousCustomer: CustomerReference

    The previous Buyer.

    type: "QuoteRequestCustomerChanged"