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

    Interface RecurringOrderCustomTypeRemovedMessagePayload

    Generated after a successful Set Custom Type with empty parameters.

    interface RecurringOrderCustomTypeRemovedMessagePayload {
        previousTypeId?: string;
        type: "RecurringOrderCustomTypeRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    previousTypeId?: string

    id of the Custom Type that was removed. Absent if there was no previous Custom Type present.

    type: "RecurringOrderCustomTypeRemoved"