Schedule of a Recurring Order that occurs on a specific day of each month. This type is returned in the RecurrencePolicy for an active Recurring Order.

interface DayOfMonthSchedule {
    day: number;
    type: "dayOfMonth";
}

Hierarchy (View Summary)

Properties

Properties

day: number

The day of the month when the Recurring Order is created. If the value is greater than the number of days in a given month, the order is created on the last day of the month.

type: "dayOfMonth"