Interface BusinessUnitCustomFieldAddedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitCustomFieldAddedMessagePayload extends MessagePayload

Generated after adding a Custom Field to a Business Unit using the Set CustomField update action. If a Custom Field already exists with the same name, a BusinessUnitCustomFieldChanged Message is generated instead.


Example to create an instance using the builder pattern

     BusinessUnitCustomFieldAddedMessagePayload businessUnitCustomFieldAddedMessagePayload = BusinessUnitCustomFieldAddedMessagePayload.builder()
             .name("{name}")
             .build()