Interface CustomerCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
CustomerCustomTypeRemovedMessagePayloadImpl

public interface CustomerCustomTypeRemovedMessagePayload extends MessagePayload

Generated after removing a Custom Type from a Customer using the Set Custom Type update action with empty parameters.


Example to create an instance using the builder pattern

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