@stigg/react-sdk - v7.3.2

    Type Alias PaywallProps

    type PaywallProps = {
        billingCountryCode?: string;
        currentSubscriptionOverride?: CurrentSubscriptionOverrideFn;
        hideCompatibleAddons?: boolean;
        highlightedPlanId?: string;
        onBillingPeriodChange?: (billingPeriod: BillingPeriod) => void;
        onPlanSelected: OnPlanSelectedCallbackFn;
        preferredBillingPeriod?: BillingPeriod;
        productId?: string;
        resourceId?: string;
        selectDefaultTierIndex?: SelectDefaultTierIndexFn;
        shouldHidePlan?: ShouldHidePlanFn;
        showOnlyEligiblePlans?: boolean;
        textOverrides?: DeepPartial<PaywallLocalization>;
    }
    Index

    Properties

    billingCountryCode?: string
    currentSubscriptionOverride?: CurrentSubscriptionOverrideFn
    hideCompatibleAddons?: boolean
    highlightedPlanId?: string
    onBillingPeriodChange?: (billingPeriod: BillingPeriod) => void
    onPlanSelected: OnPlanSelectedCallbackFn
    preferredBillingPeriod?: BillingPeriod
    productId?: string
    resourceId?: string
    selectDefaultTierIndex?: SelectDefaultTierIndexFn
    shouldHidePlan?: ShouldHidePlanFn
    showOnlyEligiblePlans?: boolean
    textOverrides?: DeepPartial<PaywallLocalization>
    MMNEPVFCICPMFPCPTTAAATR