@usethrottle/checkout-react
Preparing search index...
ThrottleEvent
Type Alias ThrottleEvent
ThrottleEvent
:
|
{
type
:
"throttle.ready"
}
|
{
height
:
number
;
type
:
"throttle.resize"
}
|
{
type
:
"throttle.processing"
}
|
{
currency
?:
string
;
lineItems
?:
ThrottleCompletedLineItem
[]
;
orderId
:
string
;
paymentId
:
string
;
paymentStatus
?:
string
;
subscriptionId
?:
string
;
total
?:
number
;
type
:
"throttle.completed"
;
}
|
{
type
:
"throttle.cancelled"
}
|
{
code
:
string
;
message
:
string
;
type
:
"throttle.error"
}
|
{
step
:
"cart"
|
"address"
|
"shipping"
|
"billing"
|
"payment"
;
type
:
"throttle.step.changed"
;
}
Type Declaration
{
type
:
"throttle.ready"
}
{
height
:
number
;
type
:
"throttle.resize"
}
{
type
:
"throttle.processing"
}
{
currency
?:
string
;
lineItems
?:
ThrottleCompletedLineItem
[]
;
orderId
:
string
;
paymentId
:
string
;
paymentStatus
?:
string
;
subscriptionId
?:
string
;
total
?:
number
;
type
:
"throttle.completed"
;
}
Optional
currency
?:
string
Optional
lineItems
?:
ThrottleCompletedLineItem
[]
orderId
:
string
paymentId
:
string
Optional
paymentStatus
?:
string
Optional
subscriptionId
?:
string
Optional
total
?:
number
v1.4 additive — order total in minor units, for analytics purchase events.
type
:
"throttle.completed"
{
type
:
"throttle.cancelled"
}
{
code
:
string
;
message
:
string
;
type
:
"throttle.error"
}
{
step
:
"cart"
|
"address"
|
"shipping"
|
"billing"
|
"payment"
;
type
:
"throttle.step.changed"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@usethrottle/checkout-react
Loading...
v1.4 additive — order total in minor units, for analytics purchase events.