Interface BusinessUnitCustomTypeSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
BusinessUnitCustomTypeSetMessagePayloadImpl

public interface BusinessUnitCustomTypeSetMessagePayload extends MessagePayload

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


Example to create an instance using the builder pattern

     BusinessUnitCustomTypeSetMessagePayload businessUnitCustomTypeSetMessagePayload = BusinessUnitCustomTypeSetMessagePayload.builder()
             .customFields(customFieldsBuilder -> customFieldsBuilder)
             .build()