Interface BusinessUnitCustomFieldRemovedMessagePayload

Generated after removing a Custom Field from a Business Unit using the Set CustomField update action.

interface BusinessUnitCustomFieldRemovedMessagePayload {
    name: string;
    type: "BusinessUnitCustomFieldRemoved";
}

Properties

Properties

name: string

Name of the Custom Field that was removed.

type: "BusinessUnitCustomFieldRemoved"