Interface CustomerFirstNameSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerFirstNameSetMessagePayloadImpl

Generated after a successful Set First Name update action.


Example to create an instance using the builder pattern

     CustomerFirstNameSetMessagePayload customerFirstNameSetMessagePayload = CustomerFirstNameSetMessagePayload.builder()
             .build()