Changes the Recurring Order state to active.

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

Hierarchy (View Summary)

Properties

Properties

resumesAt?: string

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

type: "active"