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

    Interface QuoteCustomerChangedMessagePayload

    Generated after a successful Change Customer update action.

    interface QuoteCustomerChangedMessagePayload {
        customer: CustomerReference;
        previousCustomer: CustomerReference;
        type: "QuoteCustomerChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    The Buyer who now owns the Quote.

    previousCustomer: CustomerReference

    The previous Buyer.

    type: "QuoteCustomerChanged"