Interface CustomerEmailChangedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerEmailChangedMessagePayload extends MessagePayload

Generated after a successful Change Email update action.


Example to create an instance using the builder pattern

     CustomerEmailChangedMessagePayload customerEmailChangedMessagePayload = CustomerEmailChangedMessagePayload.builder()
             .email("{email}")
             .build()