ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/sales/offers/hooks/use-offer-moq
SalesOfferMOQ
Interface SalesOfferMOQ
interface
SalesOfferMOQ
{
id
:
string
;
salesOfferId
:
string
;
clientId
?:
string
;
moqName
:
string
;
description
?:
string
;
quantity
:
number
;
unit
:
string
;
unitPrice
:
number
;
totalPrice
:
number
;
notes
?:
string
;
createdAt
:
string
;
updatedAt
:
string
;
client
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
files
?:
{
id
:
string
;
filename
:
string
;
url
:
string
;
mimetype
:
string
;
size
:
number
;
}
[]
;
}
Index
Properties
id
sales
Offer
Id
client
Id?
moq
Name
description?
quantity
unit
unit
Price
total
Price
notes?
created
At
updated
At
client?
files?
Properties
id
id
:
string
sales
Offer
Id
salesOfferId
:
string
Optional
client
Id
clientId
?:
string
moq
Name
moqName
:
string
Optional
description
description
?:
string
quantity
quantity
:
number
unit
unit
:
string
unit
Price
unitPrice
:
number
total
Price
totalPrice
:
number
Optional
notes
notes
?:
string
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Optional
client
client
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
Optional
files
files
?:
{
id
:
string
;
filename
:
string
;
url
:
string
;
mimetype
:
string
;
size
:
number
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
sales
Offer
Id
client
Id
moq
Name
description
quantity
unit
unit
Price
total
Price
notes
created
At
updated
At
client
files
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...