Mayson Monorepo Documentation
    Preparing search index...
    interface Recurring {
        interval?: Stripe.PriceListParams.Recurring.Interval;
        meter?: string;
        usage_type?: Stripe.PriceListParams.Recurring.UsageType;
    }
    Index

    Properties

    Filter by billing frequency. Either day, week, month or year.

    meter?: string

    Filter by the price's meter.

    Filter by the usage type for this price. Can be either metered or licensed.