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

    Interface RecurringOrderStartsAtSetMessagePayload

    Generated after a successful Set Starts At update action.

    interface RecurringOrderStartsAtSetMessagePayload {
        oldStartsAt: string;
        startsAt: string;
        type: "RecurringOrderStartsAtSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    oldStartsAt: string

    Start date and time of the Recurring Order before the Set Starts At update action.

    startsAt: string

    Start date and time of the Recurring Order after the Set Starts At update action.

    type: "RecurringOrderStartsAtSet"