Preparing search index...
The search index is not available
orders-service
orders-service
domain/order
Order
Interface Order
this interface represents an Order
interface
Order
{
_id
:
string
;
customerEmail
:
string
;
items
:
OrderItem
[]
;
price
:
number
;
state
:
OrderState
;
type
:
OrderType
;
}
Hierarchy (
View Summary
)
InsertOrder
Order
Index
Properties
_id
customer
Email
items
price
state
type
Properties
_id
_id
:
string
customer
Email
customerEmail
:
string
items
items
:
OrderItem
[]
price
price
:
number
state
state
:
OrderState
type
type
:
OrderType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
customer
Email
items
price
state
type
orders-service
Loading...
this interface represents an Order