@stigg/react-sdk - v10.8.0
Preparing search index...
OnCheckoutParams
Type Alias OnCheckoutParams
type
OnCheckoutParams
=
{
checkoutAction
:
(
params
:
ApplySubscription
,
)
=>
Promise
<
{
errorMessage
?:
string
;
results
?:
ApplySubscriptionResults
;
success
:
boolean
;
}
,
>
;
checkoutParams
:
ApplySubscription
;
customerId
:
string
;
}
Index
Properties
checkout
Action
checkout
Params
customer
Id
Properties
checkout
Action
checkoutAction
:
(
params
:
ApplySubscription
,
)
=>
Promise
<
{
errorMessage
?:
string
;
results
?:
ApplySubscriptionResults
;
success
:
boolean
;
}
,
>
checkout
Params
checkoutParams
:
ApplySubscription
customer
Id
customerId
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
checkout
Action
checkout
Params
customer
Id
@stigg/react-sdk - v10.8.0
Loading...