Interface CustomerAddressCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerAddressCustomTypeRemovedMessagePayloadImpl

Generated after a successful Set CustomType in Address update action with empty parameters.


Example to create an instance using the builder pattern

     CustomerAddressCustomTypeRemovedMessagePayload customerAddressCustomTypeRemovedMessagePayload = CustomerAddressCustomTypeRemovedMessagePayload.builder()
             .build()