Interface CustomerFirstNameSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerFirstNameSetMessagePayload extends MessagePayload

Generated after a successful Set First Name update action.


Example to create an instance using the builder pattern

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