Changing the email of the Customer produces the CustomerEmailChanged Message.

interface MyCustomerChangeEmailAction {
    action: "changeEmail";
    email: string;
}

Properties

Properties

action: "changeEmail"
email: string

New value to set.

Generated using TypeDoc