Interface CustomerCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerCustomTypeRemovedMessagePayloadImpl

Generated after a successful Set Custom Type update action with empty parameters.


Example to create an instance using the builder pattern

     CustomerCustomTypeRemovedMessagePayload customerCustomTypeRemovedMessagePayload = CustomerCustomTypeRemovedMessagePayload.builder()
             .build()