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

interface CustomerGroupCustomTypeSetMessagePayload {
    customFields: CustomFields;
    oldTypeId?: string;
    type: "CustomerGroupCustomTypeSet";
}

Properties

customFields: CustomFields

The Custom Fields that have been set.

oldTypeId?: string

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

type: "CustomerGroupCustomTypeSet"