Generated after a successful Set Customer Email update action.

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

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"

Generated using TypeDoc