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

    Interface CustomerCustomTypeSetMessagePayload

    Generated after adding a Custom Type to a Customer using the Set Custom Type update action.

    interface CustomerCustomTypeSetMessagePayload {
        customFields: CustomFields;
        previousTypeId?: string;
        type: "CustomerCustomTypeSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    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: "CustomerCustomTypeSet"