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

    Interface OrderCustomerEmailSetMessagePayload

    Generated after a successful Set Customer Email update action.

    interface OrderCustomerEmailSetMessagePayload {
        email?: string;
        oldEmail?: string;
        type: "OrderCustomerEmailSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    email?: string

    Email address on the Order after the Set Customer Email update action.

    oldEmail?: string

    Email address on the Order before the Set Customer Email update action.

    type: "OrderCustomerEmailSet"