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

    Interface DayOfMonthSchedule

    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)

    Index

    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"