Interface CustomerGroupCustomFieldAddedMessagePayload

Generated after adding a Custom Field to a Customer Group using the Set CustomField update action. If a Custom Field already exists with the same name, a CustomerGroupCustomFieldChanged Message is generated instead.

interface CustomerGroupCustomFieldAddedMessagePayload {
    name: string;
    type: "CustomerGroupCustomFieldAdded";
    value: any;
}

Properties

Properties

name: string

Name of the Custom Field that was added.

type: "CustomerGroupCustomFieldAdded"
value: any

The added CustomFieldValue based on the FieldType.