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

    Interface RecurringOrderCustomFieldRemovedMessagePayload

    Generated when a Custom Field has been removed from the Order using the Set CustomField action.

    interface RecurringOrderCustomFieldRemovedMessagePayload {
        name: string;
        type: "RecurringOrderCustomFieldRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the Custom Field that was removed.

    type: "RecurringOrderCustomFieldRemoved"