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

    Interface CustomerAddressCustomTypeSetMessagePayload

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

    interface CustomerAddressCustomTypeSetMessagePayload {
        addressId?: string;
        customFields: CustomFields;
        previousTypeId?: string;
        type: "CustomerAddressCustomTypeSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    addressId?: string

    id of the Address on which the Custom Field was set.

    customFields: CustomFields

    The Custom Fields that have been set.

    previousTypeId?: string

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

    type: "CustomerAddressCustomTypeSet"