Interface CustomerCompanyNameSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerCompanyNameSetMessagePayload extends MessagePayload

Generated after a successful Set Company Name update action.


Example to create an instance using the builder pattern

     CustomerCompanyNameSetMessagePayload customerCompanyNameSetMessagePayload = CustomerCompanyNameSetMessagePayload.builder()
             .build()