Freeze Design Frontend - TypeScript API
Preparing search index...
QuoteItem
Interface QuoteItem
interface
QuoteItem
{
id
:
number
;
product_name
:
string
;
variant_description
:
string
;
custom_text
:
string
;
custom_number
:
string
;
quantity
:
number
;
unit_price
:
string
;
custom_text_cost
:
string
;
custom_number_cost
:
string
;
printing_cost
:
string
;
line_total
:
string
;
design_id
:
number
|
null
;
}
Index
Properties
id
product_
name
variant_
description
custom_
text
custom_
number
quantity
unit_
price
custom_
text_
cost
custom_
number_
cost
printing_
cost
line_
total
design_
id
Properties
id
id
:
number
product_
name
product_name
:
string
variant_
description
variant_description
:
string
custom_
text
custom_text
:
string
custom_
number
custom_number
:
string
quantity
quantity
:
number
unit_
price
unit_price
:
string
custom_
text_
cost
custom_text_cost
:
string
custom_
number_
cost
custom_number_cost
:
string
printing_
cost
printing_cost
:
string
line_
total
line_total
:
string
design_
id
design_id
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
product_
name
variant_
description
custom_
text
custom_
number
quantity
unit_
price
custom_
text_
cost
custom_
number_
cost
printing_
cost
line_
total
design_
id
Freeze Design Frontend - TypeScript API
Loading...