Interface BusinessUnitAddressCustomTypeSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitAddressCustomTypeSetMessagePayload extends MessagePayload

Generated after adding a Custom Type to an address of a Business Unit using the Set Custom Type in Address update action.


Example to create an instance using the builder pattern

     BusinessUnitAddressCustomTypeSetMessagePayload businessUnitAddressCustomTypeSetMessagePayload = BusinessUnitAddressCustomTypeSetMessagePayload.builder()
             .customFields(customFieldsBuilder -> customFieldsBuilder)
             .build()