Freeze Design Frontend - TypeScript API
Preparing search index...
PriceSimulationResult
Interface PriceSimulationResult
interface
PriceSimulationResult
{
quantity
:
number
;
base_price
:
string
;
decoration_unit
:
string
;
zone_surcharge
:
string
;
unit_price
:
string
;
line_total
:
string
;
decoration
:
DecorationBreakdown
|
null
;
vat
:
{
enabled
:
boolean
;
rate
:
string
;
included
:
boolean
;
amount
:
string
;
excl
:
string
;
incl
:
string
;
}
;
uses_method
:
boolean
;
method_name
:
string
|
null
;
method_source
:
"none"
|
"explicit"
|
"site_default"
;
}
Index
Properties
quantity
base_
price
decoration_
unit
zone_
surcharge
unit_
price
line_
total
decoration
vat
uses_
method
method_
name
method_
source
Properties
quantity
quantity
:
number
base_
price
base_price
:
string
decoration_
unit
decoration_unit
:
string
zone_
surcharge
zone_surcharge
:
string
unit_
price
unit_price
:
string
line_
total
line_total
:
string
decoration
decoration
:
DecorationBreakdown
|
null
vat
vat
:
{
enabled
:
boolean
;
rate
:
string
;
included
:
boolean
;
amount
:
string
;
excl
:
string
;
incl
:
string
;
}
uses_
method
uses_method
:
boolean
method_
name
method_name
:
string
|
null
method_
source
method_source
:
"none"
|
"explicit"
|
"site_default"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
quantity
base_
price
decoration_
unit
zone_
surcharge
unit_
price
line_
total
decoration
vat
uses_
method
method_
name
method_
source
Freeze Design Frontend - TypeScript API
Loading...