ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/sales/clients/hooks/use-client-data
Order
Interface Order
interface
Order
{
id
:
string
;
number
:
string
;
notes
?:
string
;
totalAmount
:
number
;
currency
:
{
id
:
string
;
code
:
string
;
name
:
string
;
symbol
:
string
;
position
:
string
;
decimalPlaces
:
number
;
}
;
status
:
string
;
orderDate
:
Date
;
deliveryDate
?:
Date
;
createdAt
:
Date
;
updatedAt
:
Date
;
lines
:
{
id
:
string
;
quantity
:
number
;
unitPrice
:
number
;
totalPrice
:
number
;
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
}
[]
;
}
Index
Properties
id
number
notes?
total
Amount
currency
status
order
Date
delivery
Date?
created
At
updated
At
lines
Properties
id
id
:
string
number
number
:
string
Optional
notes
notes
?:
string
total
Amount
totalAmount
:
number
currency
currency
:
{
id
:
string
;
code
:
string
;
name
:
string
;
symbol
:
string
;
position
:
string
;
decimalPlaces
:
number
;
}
status
status
:
string
order
Date
orderDate
:
Date
Optional
delivery
Date
deliveryDate
?:
Date
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
lines
lines
:
{
id
:
string
;
quantity
:
number
;
unitPrice
:
number
;
totalPrice
:
number
;
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
number
notes
total
Amount
currency
status
order
Date
delivery
Date
created
At
updated
At
lines
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...