@stigg/react-sdk - v10.9.1
Preparing search index...
OnPlanSelectedCallbackFn
Type Alias OnPlanSelectedCallbackFn
OnPlanSelectedCallbackFn
:
(
{ plan, customer, subscription, intentionType, selectedBillingPeriod, billableFeatures, billableCredits, }
:
{
billableCredits
?:
BillableCredit
[]
;
billableFeatures
?:
BillableFeature
[]
;
customer
:
Customer
|
null
;
intentionType
:
SubscribeIntentionType
;
plan
:
Plan
;
selectedBillingPeriod
:
BillingPeriod
;
subscription
:
Subscription
|
null
;
}
,
)
=>
void
|
Promise
<
void
>
Type Declaration
(
{ plan, customer, subscription, intentionType, selectedBillingPeriod, billableFeatures, billableCredits, }
:
{
billableCredits
?:
BillableCredit
[]
;
billableFeatures
?:
BillableFeature
[]
;
customer
:
Customer
|
null
;
intentionType
:
SubscribeIntentionType
;
plan
:
Plan
;
selectedBillingPeriod
:
BillingPeriod
;
subscription
:
Subscription
|
null
;
}
,
)
:
void
|
Promise
<
void
>
Parameters
{ plan, customer, subscription, intentionType, selectedBillingPeriod, billableFeatures, billableCredits, }
:
{
billableCredits
?:
BillableCredit
[]
;
billableFeatures
?:
BillableFeature
[]
;
customer
:
Customer
|
null
;
intentionType
:
SubscribeIntentionType
;
plan
:
Plan
;
selectedBillingPeriod
:
BillingPeriod
;
subscription
:
Subscription
|
null
;
}
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@stigg/react-sdk - v10.9.1
Loading...