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

    Interface CustomerAddressRemovedMessagePayload

    Generated after a successful Remove Address update action.

    interface CustomerAddressRemovedMessagePayload {
        address: Address;
        type: "CustomerAddressRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    Address that was removed during the Remove Address update action.

    type: "CustomerAddressRemoved"