Type alias PaywallProps

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

Type declaration