@stigg/react-sdk - v10.7.0
Preparing search index...
OnBillableFeatureChangeCallback
Type Alias OnBillableFeatureChangeCallback
OnBillableFeatureChangeCallback
:
(
params
:
{
feature
:
NonNullable
<
Price
[
"feature"
]
>
;
quantity
:
number
}
,
)
=>
Promise
<
{
disableNextStep
?:
boolean
;
errorMessage
?:
string
}
>
Type Declaration
(
params
:
{
feature
:
NonNullable
<
Price
[
"feature"
]
>
;
quantity
:
number
}
,
)
:
Promise
<
{
disableNextStep
?:
boolean
;
errorMessage
?:
string
}
>
Parameters
params
:
{
feature
:
NonNullable
<
Price
[
"feature"
]
>
;
quantity
:
number
}
Returns
Promise
<
{
disableNextStep
?:
boolean
;
errorMessage
?:
string
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@stigg/react-sdk - v10.7.0
Loading...