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

    Interface BusinessUnitAddressAddedMessagePayload

    Generated after a successful Add Address update action.

    interface BusinessUnitAddressAddedMessagePayload {
        address: Address;
        type: "BusinessUnitAddressAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was added to the Business Unit.

    type: "BusinessUnitAddressAdded"