Mayson Monorepo Documentation
    Preparing search index...
    interface Scope {
        price_type?: "metered";
        prices?: Stripe.Billing.CreditGrantCreateParams.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. Cannot be used in combination with prices.

    A list of prices that the credit grant can apply to. We currently only support the metered prices. Cannot be used in combination with price_type.