@gradientedge/commercetools-utils
    Preparing search index...

    Interface BusinessUnitAddressRemovedMessagePayload

    Generated after a successful Remove Address update action.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was removed from the Business Unit.

    type: "BusinessUnitAddressRemoved"