Preparing search index...
The search index is not available
orders-service
orders-service
routes/new-order
NewOrder
Interface NewOrder
This interface represents the information needed to create a new pending order
interface
NewOrder
{
customerEmail
:
string
;
items
:
OrderItem
[]
;
price
:
number
;
type
:
OrderType
;
}
Hierarchy (
View Summary
)
NewOrder
InsertOrder
Index
Properties
customer
Email
items
price
type
Properties
customer
Email
customerEmail
:
string
items
items
:
OrderItem
[]
price
price
:
number
type
type
:
OrderType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
customer
Email
items
price
type
orders-service
Loading...
This interface represents the information needed to create a new pending order