Freeze Design Frontend - TypeScript API
Preparing search index...
OrderItemPrintZone
Interface OrderItemPrintZone
Per-zone print breakdown on an order/quote line (multi-zone).
interface
OrderItemPrintZone
{
id
?:
number
;
zone_code
:
string
;
zone_name
:
string
;
view
:
string
;
area_cm2
:
string
;
decoration_method_name
:
string
;
price
:
string
;
}
Index
Properties
id?
zone_
code
zone_
name
view
area_
cm2
decoration_
method_
name
price
Properties
Optional
id
id
?:
number
zone_
code
zone_code
:
string
zone_
name
zone_name
:
string
view
view
:
string
area_
cm2
area_cm2
:
string
decoration_
method_
name
decoration_method_name
:
string
price
price
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
zone_
code
zone_
name
view
area_
cm2
decoration_
method_
name
price
Freeze Design Frontend - TypeScript API
Loading...
Per-zone print breakdown on an order/quote line (multi-zone).