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 {
    addressId?: string;
    oldTypeId?: string;
    type: "BusinessUnitAddressCustomTypeRemoved";
}

Properties

addressId?: string

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

oldTypeId?: string

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

type: "BusinessUnitAddressCustomTypeRemoved"