Interface CustomerGroupCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin
All Known Implementing Classes:
CustomerGroupCustomTypeRemovedMessagePayloadImpl

public interface CustomerGroupCustomTypeRemovedMessagePayload extends MessagePayload

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


Example to create an instance using the builder pattern

     CustomerGroupCustomTypeRemovedMessagePayload customerGroupCustomTypeRemovedMessagePayload = CustomerGroupCustomTypeRemovedMessagePayload.builder()
             .build()