@stigg/react-sdk - v10.12.0
Preparing search index...
PaywallLocalization
Type Alias PaywallLocalization
type
PaywallLocalization
=
{
addonsTitle
?:
string
;
entitlementsTitle
?:
(
plan
:
PaywallPlan
)
=>
string
;
highlightChip
:
string
;
planCTAButton
:
{
cancelScheduledUpdate
:
string
;
currentPlan
:
string
;
custom
:
(
(
data
:
CurrentPlanParams
)
=>
string
)
|
string
;
downgrade
:
string
|
(
(
plan
:
PaywallPlan
)
=>
string
)
;
startNew
:
string
;
startTrial
:
(
plan
:
PaywallPlan
)
=>
string
;
switchToBillingPeriod
:
(
billingPeriod
:
BillingPeriod
)
=>
string
;
upgrade
:
string
|
(
(
plan
:
PaywallPlan
)
=>
string
)
;
}
;
price
:
{
billingPeriod
?:
(
billingPeriod
:
BillingPeriod
)
=>
string
;
custom
:
(
(
data
:
CurrentPlanParams
)
=>
string
)
|
string
;
free
:
PlanPriceText
|
(
(
currency
?:
PaywallCurrency
)
=>
PlanPriceText
)
;
paid
?:
(
priceData
:
{
paywallCalculatedPrice
?:
PaywallCalculatedPricePoint
;
plan
:
Plan
;
planPrices
:
Price
[]
;
selectedBillingPeriod
:
BillingPeriod
;
selectedTier
?:
PriceTierFragment
;
}
,
)
=>
PlanPriceText
;
priceNotSet
:
string
;
pricePeriod
:
(
billingPeriod
:
BillingPeriod
)
=>
string
;
startingAtCaption
:
string
;
}
;
}
Index
Properties
addons
Title?
entitlements
Title?
highlight
Chip
plan
CTA
Button
price
Properties
Optional
addons
Title
addonsTitle
?:
string
Optional
entitlements
Title
entitlementsTitle
?:
(
plan
:
PaywallPlan
)
=>
string
highlight
Chip
highlightChip
:
string
plan
CTA
Button
planCTAButton
:
{
cancelScheduledUpdate
:
string
;
currentPlan
:
string
;
custom
:
(
(
data
:
CurrentPlanParams
)
=>
string
)
|
string
;
downgrade
:
string
|
(
(
plan
:
PaywallPlan
)
=>
string
)
;
startNew
:
string
;
startTrial
:
(
plan
:
PaywallPlan
)
=>
string
;
switchToBillingPeriod
:
(
billingPeriod
:
BillingPeriod
)
=>
string
;
upgrade
:
string
|
(
(
plan
:
PaywallPlan
)
=>
string
)
;
}
price
price
:
{
billingPeriod
?:
(
billingPeriod
:
BillingPeriod
)
=>
string
;
custom
:
(
(
data
:
CurrentPlanParams
)
=>
string
)
|
string
;
free
:
PlanPriceText
|
(
(
currency
?:
PaywallCurrency
)
=>
PlanPriceText
)
;
paid
?:
(
priceData
:
{
paywallCalculatedPrice
?:
PaywallCalculatedPricePoint
;
plan
:
Plan
;
planPrices
:
Price
[]
;
selectedBillingPeriod
:
BillingPeriod
;
selectedTier
?:
PriceTierFragment
;
}
,
)
=>
PlanPriceText
;
priceNotSet
:
string
;
pricePeriod
:
(
billingPeriod
:
BillingPeriod
)
=>
string
;
startingAtCaption
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
addons
Title
entitlements
Title
highlight
Chip
plan
CTA
Button
price
@stigg/react-sdk - v10.12.0
Loading...