Interface BusinessUnitAddressCustomFieldRemovedMessagePayload

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

interface BusinessUnitAddressCustomFieldRemovedMessagePayload {
    name: string;
    type: "BusinessUnitAddressCustomFieldRemoved";
}

Properties

Properties

name: string

Name of the Custom Field that was removed.

type: "BusinessUnitAddressCustomFieldRemoved"