Interface CustomerChangeEmailAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerChangeEmailActionImpl

Changing the email of the Customer produces the CustomerEmailChanged Message.


Example to create an instance using the builder pattern

     CustomerChangeEmailAction customerChangeEmailAction = CustomerChangeEmailAction.builder()
             .email("{email}")
             .build()