Mayson Monorepo Documentation
    Preparing search index...
    interface Recurring {
        amount_subtotal: number;
        amount_total: number;
        interval: Stripe.Quote.Computed.Recurring.Interval;
        interval_count: number;
        total_details: Stripe.Quote.Computed.Recurring.TotalDetails;
    }
    Index

    Properties

    amount_subtotal: number

    Total before any discounts or taxes are applied.

    amount_total: number

    Total after discounts and taxes are applied.

    The frequency at which a subscription is billed. One of day, week, month or year.

    interval_count: number

    The number of intervals (specified in the interval attribute) between subscription billings. For example, interval=month and interval_count=3 bills every 3 months.