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

    Interface RecurringOrderKeySetMessagePayload

    Generated after a successful Set Key update action.

    interface RecurringOrderKeySetMessagePayload {
        key?: string;
        oldKey?: string;
        type: "RecurringOrderKeySet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key?: string

    key value of the RecurringOrder after the Set Key update action.

    oldKey?: string

    key value of the RecurringOrder before the Set Key update action.

    type: "RecurringOrderKeySet"