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

    Interface StandardScheduleDraft

    Determines the schedule for a Recurring Order to occur at a fixed interval—for example, every two weeks or every month.

    interface StandardScheduleDraft {
        intervalUnit: IntervalUnit;
        type: "standard";
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    intervalUnit: IntervalUnit

    Interval for this schedule.

    type: "standard"
    value: number

    Number of intervals between orders.