Interface BusinessUnitAddressCustomTypeRemovedMessagePayload

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

interface BusinessUnitAddressCustomTypeRemovedMessagePayload {
    oldTypeId?: string;
    type: "BusinessUnitAddressCustomTypeRemoved";
}

Properties

Properties

oldTypeId?: string

id of the Custom Type that was removed. Absent if there was no previous Custom Type present.

type: "BusinessUnitAddressCustomTypeRemoved"