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

    Interface BusinessUnitAddressCustomTypeSetMessagePayload

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

    interface BusinessUnitAddressCustomTypeSetMessagePayload {
        addressId?: string;
        customFields: CustomFields;
        oldTypeId?: string;
        type: "BusinessUnitAddressCustomTypeSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    addressId?: string

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

    customFields: CustomFields

    The Custom Fields that were set.

    oldTypeId?: string

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

    type: "BusinessUnitAddressCustomTypeSet"