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

    Interface RecurringOrderActive

    Changes the Recurring Order state to active.

    interface RecurringOrderActive {
        resumesAt?: string;
        type: "active";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    resumesAt?: string

    If set, the Recurring Order will automatically resume at the date and time (UTC) specified.

    type: "active"