Interface CustomerLastNameSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin
All Known Implementing Classes:
CustomerLastNameSetMessagePayloadImpl

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()