Interface CustomerCompanyNameSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerCompanyNameSetMessagePayloadImpl

Generated after a successful Set Company Name update action.


Example to create an instance using the builder pattern

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