urembo-hub-api
Preparing search index...
orders/orders.service
CreateOrderDto
Interface CreateOrderDto
interface
CreateOrderDto
{
cartItems
:
{
appointmentDate
?:
string
;
currency
:
string
;
durationMinutes
?:
number
;
id
:
string
;
name
:
string
;
price
:
number
;
quantity
?:
number
;
staffId
?:
string
;
type
:
"product"
|
"service"
;
vendorId
?:
string
;
}
[]
;
currency
:
string
;
customerEmail
:
string
;
customerPhone
?:
string
;
notes
?:
string
;
shippingAddress
:
{
address
:
string
;
city
:
string
}
;
totalAmount
:
number
;
}
Index
Properties
cart
Items
currency
customer
Email
customer
Phone?
notes?
shipping
Address
total
Amount
Properties
cart
Items
cartItems
:
{
appointmentDate
?:
string
;
currency
:
string
;
durationMinutes
?:
number
;
id
:
string
;
name
:
string
;
price
:
number
;
quantity
?:
number
;
staffId
?:
string
;
type
:
"product"
|
"service"
;
vendorId
?:
string
;
}
[]
currency
currency
:
string
customer
Email
customerEmail
:
string
Optional
customer
Phone
customerPhone
?:
string
Optional
notes
notes
?:
string
shipping
Address
shippingAddress
:
{
address
:
string
;
city
:
string
}
total
Amount
totalAmount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cart
Items
currency
customer
Email
customer
Phone
notes
shipping
Address
total
Amount
urembo-hub-api
Loading...