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

    Interface StandardSchedule

    Schedule of a RecurringOrder that occurs at a fixed interval—for example, every two weeks or every month.

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

    Hierarchy (View Summary)

    Index

    Properties

    intervalUnit: IntervalUnit

    Interval of this schedule.

    type: "standard"
    value: number

    Number of intervals between orders.