Type alias CustomerPortalProps

CustomerPortalProps: { filterEntitlements?: FilterEntitlementsFn; hiddenSections?: CustomerPortalSection[]; onBuyMore?: OnBuyMoreCallbackFn; onCancelScheduledUpdates?: ((subscription: CustomerPortalSubscription) => Promise<void> | void); onContactSupport?: (() => Promise<void> | void); onManageSubscription?: OnManageSubscriptionFn; paywallComponent?: React.ReactNode; productId?: string; resourceId?: string; textOverrides?: DeepPartial<CustomerPortalLocalization>; theme?: DeepPartial<CustomerPortalTheme> }

Type declaration