Interface CustomerGroupCustomTypeSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerGroupCustomTypeSetMessagePayload extends MessagePayload

Generated after adding a Custom Type to a Customer Group using the Set Custom Type update action.


Example to create an instance using the builder pattern

     CustomerGroupCustomTypeSetMessagePayload customerGroupCustomTypeSetMessagePayload = CustomerGroupCustomTypeSetMessagePayload.builder()
             .customFields(customFieldsBuilder -> customFieldsBuilder)
             .build()