Type alias OnPlanSelectedCallbackFn

OnPlanSelectedCallbackFn: (({ plan, customer, subscription, intentionType, selectedBillingPeriod, billableFeatures, }: { billableFeatures?: BillableFeature[]; customer: Customer | null; intentionType: SubscribeIntentionType; plan: Plan; selectedBillingPeriod: BillingPeriod; subscription: Subscription | null }) => void | Promise<void>)

Type declaration