Interface CustomerLastNameSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerLastNameSetMessagePayload extends MessagePayload

Generated after a successful Set Last Name update action.


Example to create an instance using the builder pattern

     CustomerLastNameSetMessagePayload customerLastNameSetMessagePayload = CustomerLastNameSetMessagePayload.builder()
             .build()