Mayson Monorepo Documentation
    Preparing search index...
    interface PendingInvoiceItemInterval {
        interval: Stripe.Subscription.PendingInvoiceItemInterval.Interval;
        interval_count: number;
    }
    Index

    Properties

    Specifies invoicing frequency. Either day, week, month or year.

    interval_count: number

    The number of intervals between invoices. For example, interval=month and interval_count=3 bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks).