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

    Interface CustomerAddressCustomTypeRemovedMessagePayload

    Generated after removing a Custom Type from an Address of a Customer using the Set Custom Type in Address update action.

    interface CustomerAddressCustomTypeRemovedMessagePayload {
        addressId?: string;
        previousTypeId?: string;
        type: "CustomerAddressCustomTypeRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    addressId?: string

    id of the Address from which the Custom Type was removed.

    previousTypeId?: string

    id of the Custom Type that was removed. Absent if there was no previous Custom Type present.

    type: "CustomerAddressCustomTypeRemoved"