Nado Typescript SDK Documentation
Preparing search index...
Nado Engine Client
EngineServerSubscriptionOrderUpdateEvent
Interface EngineServerSubscriptionOrderUpdateEvent
Event from subscribing to an
order_update
stream.
interface
EngineServerSubscriptionOrderUpdateEvent
{
type
:
"order_update"
;
product_id
:
number
;
timestamp
:
string
;
digest
:
string
;
amount
:
string
;
reason
:
OrderUpdateReason
;
}
Hierarchy (
View Summary
)
EngineServerSubscriptionBaseEvent
<
"order_update"
>
EngineServerSubscriptionOrderUpdateEvent
Index
Properties
type
product_
id
timestamp
digest
amount
reason
Properties
type
type
:
"order_update"
product_
id
product_id
:
number
timestamp
timestamp
:
string
digest
digest
:
string
amount
amount
:
string
reason
reason
:
OrderUpdateReason
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
product_
id
timestamp
digest
amount
reason
Documentation
Loading...
Event from subscribing to an
order_updatestream.