Selling Partner API SDK for JavaScript
    Preparing search index...

    Repeated occurrence of an event in a time range.

    interface Recurrence {
        daysOfMonth?: number[];
        daysOfWeek?: DayOfWeek[];
        endTime: string;
    }
    Index

    Properties

    daysOfMonth?: number[]

    Days of the month when recurrence is valid.

    daysOfWeek?: DayOfWeek[]

    Days of the week when recurrence is valid. If the schedule is valid every Monday, input will only contain MONDAY in the list.

    endTime: string

    End time of the recurrence.