Freeze Design Frontend - TypeScript API
Preparing search index...
Quote
Interface Quote
interface
Quote
{
id
:
number
;
quote_number
:
string
;
version
:
number
;
status
:
QuoteStatus
;
status_display
:
string
;
email
:
string
;
phone
:
string
;
company_name
:
string
;
shipping_name
:
string
;
shipping_address_line1
:
string
;
shipping_address_line2
:
string
;
shipping_postal_code
:
string
;
shipping_city
:
string
;
shipping_country
:
string
;
subtotal
:
string
;
discount_amount
:
string
;
discount_description
:
string
;
shipping_cost
:
string
;
tax_amount
:
string
;
total
:
string
;
valid_until
:
string
|
null
;
is_expired
:
boolean
;
customer_notes
:
string
;
items
:
QuoteItem
[]
;
pdf_url
:
string
|
null
;
can_accept
:
boolean
;
can_convert
:
boolean
;
converted_order_id
:
number
|
null
;
converted_order_number
:
string
|
null
;
created_at
:
string
;
sent_at
:
string
|
null
;
accepted_at
:
string
|
null
;
}
Hierarchy (
View Summary
)
Quote
AdminQuote
Index
Properties
id
quote_
number
version
status
status_
display
email
phone
company_
name
shipping_
name
shipping_
address_
line1
shipping_
address_
line2
shipping_
postal_
code
shipping_
city
shipping_
country
subtotal
discount_
amount
discount_
description
shipping_
cost
tax_
amount
total
valid_
until
is_
expired
customer_
notes
items
pdf_
url
can_
accept
can_
convert
converted_
order_
id
converted_
order_
number
created_
at
sent_
at
accepted_
at
Properties
id
id
:
number
quote_
number
quote_number
:
string
version
version
:
number
status
status
:
QuoteStatus
status_
display
status_display
:
string
email
email
:
string
phone
phone
:
string
company_
name
company_name
:
string
shipping_
name
shipping_name
:
string
shipping_
address_
line1
shipping_address_line1
:
string
shipping_
address_
line2
shipping_address_line2
:
string
shipping_
postal_
code
shipping_postal_code
:
string
shipping_
city
shipping_city
:
string
shipping_
country
shipping_country
:
string
subtotal
subtotal
:
string
discount_
amount
discount_amount
:
string
discount_
description
discount_description
:
string
shipping_
cost
shipping_cost
:
string
tax_
amount
tax_amount
:
string
total
total
:
string
valid_
until
valid_until
:
string
|
null
is_
expired
is_expired
:
boolean
customer_
notes
customer_notes
:
string
items
items
:
QuoteItem
[]
pdf_
url
pdf_url
:
string
|
null
can_
accept
can_accept
:
boolean
can_
convert
can_convert
:
boolean
converted_
order_
id
converted_order_id
:
number
|
null
converted_
order_
number
converted_order_number
:
string
|
null
created_
at
created_at
:
string
sent_
at
sent_at
:
string
|
null
accepted_
at
accepted_at
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
quote_
number
version
status
status_
display
email
phone
company_
name
shipping_
name
shipping_
address_
line1
shipping_
address_
line2
shipping_
postal_
code
shipping_
city
shipping_
country
subtotal
discount_
amount
discount_
description
shipping_
cost
tax_
amount
total
valid_
until
is_
expired
customer_
notes
items
pdf_
url
can_
accept
can_
convert
converted_
order_
id
converted_
order_
number
created_
at
sent_
at
accepted_
at
Freeze Design Frontend - TypeScript API
Loading...