Interface CustomerGroupCustomFieldRemovedMessagePayload

Generated after removing a Custom Field from a Customer Group using the Set CustomField update action.

interface CustomerGroupCustomFieldRemovedMessagePayload {
    name: string;
    type: "CustomerGroupCustomFieldRemoved";
}

Properties

Properties

name: string

Name of the Custom Field that was removed.

type: "CustomerGroupCustomFieldRemoved"