Interface BusinessUnitAddressRemovedMessagePayload

Generated after a successful Remove Address update action.

interface BusinessUnitAddressRemovedMessagePayload {
    address: Address;
    type: "BusinessUnitAddressRemoved";
}

Properties

Properties

address: Address

The address that was removed from the Business Unit.

type: "BusinessUnitAddressRemoved"

Generated using TypeDoc