Freeze Design Frontend - TypeScript API
Preparing search index...
ShoppingCart
Interface ShoppingCart
interface
ShoppingCart
{
id
:
number
;
user
?:
number
|
null
;
session_key
?:
string
|
null
;
items
:
CartItem
[]
;
total_items
:
number
;
subtotal
:
string
;
created_at
?:
string
;
updated_at
?:
string
;
}
Index
Properties
id
user?
session_
key?
items
total_
items
subtotal
created_
at?
updated_
at?
Properties
id
id
:
number
Optional
user
user
?:
number
|
null
Optional
session_
key
session_key
?:
string
|
null
items
items
:
CartItem
[]
total_
items
total_items
:
number
subtotal
subtotal
:
string
Optional
created_
at
created_at
?:
string
Optional
updated_
at
updated_at
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
user
session_
key
items
total_
items
subtotal
created_
at
updated_
at
Freeze Design Frontend - TypeScript API
Loading...