Mayson Monorepo Documentation
    Preparing search index...
    interface Scope {
        price_type?: "metered";
        prices?: Stripe.Billing.CreditGrant.ApplicabilityConfig.Scope.Price[];
    }
    Index

    Properties

    Properties

    price_type?: "metered"

    The price type that credit grants can apply to. We currently only support the metered price type. This refers to prices that have a Billing Meter attached to them. Cannot be used in combination with prices.

    The prices that credit grants can apply to. We currently only support metered prices. This refers to prices that have a Billing Meter attached to them. Cannot be used in combination with price_type.