Interface BusinessUnitAddressCustomFieldRemovedMessagePayload

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

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

Properties

Properties

addressId?: string

id of the Address from which the Custom Field was removed.

name: string

Name of the Custom Field that was removed.

type: "BusinessUnitAddressCustomFieldRemoved"