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

    Interface RecurringOrderCustomTypeSetMessagePayload

    Generated after a successful Set Custom Type.

    interface RecurringOrderCustomTypeSetMessagePayload {
        customFields: CustomFields;
        previousTypeId?: string;
        type: "RecurringOrderCustomTypeSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    customFields: CustomFields

    The Custom Fields that have been set.

    previousTypeId?: string

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

    type: "RecurringOrderCustomTypeSet"