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

    Interface BusinessUnitAddressChangedMessagePayload

    Generated after a successful Change Address update action.

    interface BusinessUnitAddressChangedMessagePayload {
        address: Address;
        type: "BusinessUnitAddressChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    Updated address of the Business Unit.

    type: "BusinessUnitAddressChanged"