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

interface CustomerCustomFieldRemovedMessagePayload {
    name: string;
    type: "CustomerCustomFieldRemoved";
}

Properties

Properties

name: string

Name of the Custom Field that was removed.

type: "CustomerCustomFieldRemoved"