@stigg/react-sdk - v7.4.2

    Type Alias CustomerPortalProps

    type 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>;
    }
    Index

    Properties

    filterEntitlements?: FilterEntitlementsFn
    hiddenSections?: CustomerPortalSection[]
    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>
    MMNEPVFCICPMFPCPTTAAATR