To set the start date and time, the Recurring Order must not have been started yet. Setting the start date and time generates the RecurringOrderStartsAtSet Message.

interface RecurringOrderSetStartsAtAction {
    action: "setStartsAt";
    startsAt: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "setStartsAt"
startsAt: string

Date and time (UTC) the Recurring Order should be started. The date and time must be in the future.