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

    Interface CustomerGroupCustomFieldRemovedMessagePayload

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the Custom Field that was removed.

    type: "CustomerGroupCustomFieldRemoved"