Interface CustomerCustomTypeSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface CustomerCustomTypeSetMessagePayload extends MessagePayload

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


Example to create an instance using the builder pattern

     CustomerCustomTypeSetMessagePayload customerCustomTypeSetMessagePayload = CustomerCustomTypeSetMessagePayload.builder()
             .customFields(customFieldsBuilder -> customFieldsBuilder)
             .build()