Type alias SubscriptionsOverviewProps

SubscriptionsOverviewProps: { cancelScheduledUpdatesButtonTitle: string; hiddenSections?: CustomerPortalSection[]; onBuyMore?: OnBuyMoreCallbackFn; onCancelScheduledUpdates?: ((subscription: CustomerPortalSubscription) => void); onContactSupport?: (() => void); onManageSubscription: OnManageClick }

Type declaration