@stigg/react-sdk - v10.7.0
Preparing search index...
CheckoutLocalization
Type Alias CheckoutLocalization
type
CheckoutLocalization
=
{
addAddonText
:
string
;
addonBillingPeriodNotAvailableText
:
(
params
:
{
planBillingPeriod
:
BillingPeriod
}
,
)
=>
string
;
billingPeriodsTitle
:
string
;
changePlan
:
string
;
checkoutButton
:
{
downgradeToFreeText
:
string
;
nextText
:
string
;
noChangesText
:
string
;
updateText
:
string
;
upgradeText
:
string
;
}
;
downgradeToFree
:
{
alertText
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
freePlanHeader
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
freePlanName
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
freePlanPriceText
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
paidPlanHeader
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
paidPlanName
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
paidPlanPriceText
:
(
params
:
{
billingPeriod
?:
BillingPeriod
;
plan
:
Plan
}
,
)
=>
string
;
}
;
newPaymentMethodBillingAddressTitle
:
string
;
newPaymentMethodCardTitle
:
string
;
newPaymentMethodText
:
string
;
nextBillingCaption
:
(
params
:
{
activeSubscription
?:
Subscription
|
null
;
billingPeriod
:
BillingPeriod
;
plan
:
Plan
;
promotionCode
?:
string
;
subscriptionPreview
:
SubscriptionPreviewV2
;
}
,
)
=>
string
;
summary
:
{
addCouponCodeText
:
string
;
addonsSectionTitle
:
string
;
appliedCreditsTitle
:
string
;
baseChargeText
:
|
string
|
(
(
params
:
{
billingPeriod
:
BillingPeriod
}
)
=>
string
)
;
changesWillApplyAtEndOfBillingPeriod
:
|
string
|
(
(
params
:
{
billingPeriodEnd
:
Date
}
)
=>
string
)
;
checkoutSuccessText
:
string
;
couponCodeTitle
:
string
;
creditsForUnusedTimeText
:
(
params
:
{
credits
:
string
}
)
=>
string
;
discountsSectionTitle
:
string
;
discountText
:
(
params
:
{
currency
:
string
;
discountDetails
:
SubscriptionPreviewDiscount
;
}
,
)
=>
string
;
onlyPayAsYouGoText
:
string
;
payAsYouGoTooltipText
:
string
;
planName
:
(
params
:
{
plan
:
{
displayName
:
string
}
}
)
=>
string
;
proratedTotalDueText
:
string
;
startsAtText
:
string
;
taxTitle
:
(
params
:
{
taxDetails
:
SubscriptionPreviewTaxDetails
}
,
)
=>
string
;
title
:
string
;
totalBillingPeriodText
:
(
params
:
{
billingPeriod
:
BillingPeriod
}
,
)
=>
string
;
totalDueText
:
string
;
totalText
:
string
;
}
;
}
Index
Properties
add
Addon
Text
addon
Billing
Period
Not
Available
Text
billing
Periods
Title
change
Plan
checkout
Button
downgrade
To
Free
new
Payment
Method
Billing
Address
Title
new
Payment
Method
Card
Title
new
Payment
Method
Text
next
Billing
Caption
summary
Properties
add
Addon
Text
addAddonText
:
string
addon
Billing
Period
Not
Available
Text
addonBillingPeriodNotAvailableText
:
(
params
:
{
planBillingPeriod
:
BillingPeriod
}
,
)
=>
string
billing
Periods
Title
billingPeriodsTitle
:
string
change
Plan
changePlan
:
string
checkout
Button
checkoutButton
:
{
downgradeToFreeText
:
string
;
nextText
:
string
;
noChangesText
:
string
;
updateText
:
string
;
upgradeText
:
string
;
}
downgrade
To
Free
downgradeToFree
:
{
alertText
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
freePlanHeader
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
freePlanName
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
freePlanPriceText
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
paidPlanHeader
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
paidPlanName
:
(
params
:
{
plan
:
Plan
}
)
=>
string
;
paidPlanPriceText
:
(
params
:
{
billingPeriod
?:
BillingPeriod
;
plan
:
Plan
}
,
)
=>
string
;
}
new
Payment
Method
Billing
Address
Title
newPaymentMethodBillingAddressTitle
:
string
new
Payment
Method
Card
Title
newPaymentMethodCardTitle
:
string
new
Payment
Method
Text
newPaymentMethodText
:
string
next
Billing
Caption
nextBillingCaption
:
(
params
:
{
activeSubscription
?:
Subscription
|
null
;
billingPeriod
:
BillingPeriod
;
plan
:
Plan
;
promotionCode
?:
string
;
subscriptionPreview
:
SubscriptionPreviewV2
;
}
,
)
=>
string
summary
summary
:
{
addCouponCodeText
:
string
;
addonsSectionTitle
:
string
;
appliedCreditsTitle
:
string
;
baseChargeText
:
|
string
|
(
(
params
:
{
billingPeriod
:
BillingPeriod
}
)
=>
string
)
;
changesWillApplyAtEndOfBillingPeriod
:
|
string
|
(
(
params
:
{
billingPeriodEnd
:
Date
}
)
=>
string
)
;
checkoutSuccessText
:
string
;
couponCodeTitle
:
string
;
creditsForUnusedTimeText
:
(
params
:
{
credits
:
string
}
)
=>
string
;
discountsSectionTitle
:
string
;
discountText
:
(
params
:
{
currency
:
string
;
discountDetails
:
SubscriptionPreviewDiscount
;
}
,
)
=>
string
;
onlyPayAsYouGoText
:
string
;
payAsYouGoTooltipText
:
string
;
planName
:
(
params
:
{
plan
:
{
displayName
:
string
}
}
)
=>
string
;
proratedTotalDueText
:
string
;
startsAtText
:
string
;
taxTitle
:
(
params
:
{
taxDetails
:
SubscriptionPreviewTaxDetails
}
)
=>
string
;
title
:
string
;
totalBillingPeriodText
:
(
params
:
{
billingPeriod
:
BillingPeriod
}
,
)
=>
string
;
totalDueText
:
string
;
totalText
:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
add
Addon
Text
addon
Billing
Period
Not
Available
Text
billing
Periods
Title
change
Plan
checkout
Button
downgrade
To
Free
new
Payment
Method
Billing
Address
Title
new
Payment
Method
Card
Title
new
Payment
Method
Text
next
Billing
Caption
summary
@stigg/react-sdk - v10.7.0
Loading...