Preparing search index...
The search index is not available
customer-application
customer-application
utils/schema/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
;
}
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
customer-application
Loading...
this interface represents the information needed to create a new pending order