Types
BillingPlan
object
BillingPlanFields
key
name
String!
description
String!
features
[String!]!
List of human-readable feature descriptions included in this plan.
highlightedLabel
String
Optional marketing label shown to highlight this plan (e.g. 'Most popular').
isSelfCheckoutEligible
Boolean!
Whether this plan can be purchased directly via the self-serve checkout flow.
monthlyPrice
deprecated
Use prices instead
yearlyPrice
deprecated
Use prices instead
prices
[RecurringPrice!]!
Available recurring prices for this plan, covering all supported billing intervals.

