Search
Preparing search index...
The search index is not available
Shopping Cart API - v1.0.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Shopping Cart API - v1.0.0
dao/cart
Module dao/cart
Index
Classes
Cart
Dao
Type aliases
Cart
Params
Type aliases
Cart
Params
Cart
Params
:
{
discount
?:
number
;
subtotal
?:
number
;
taxes
?:
number
;
total
?:
number
}
Type of JSON object used for updating a
Cart
entity in the database.
see
CartDao
Type declaration
Optional
discount
?:
number
Optional
subtotal
?:
number
Optional
taxes
?:
number
Optional
total
?:
number
Modules
dao
dao/cart
dao/item
dao/tax
dao/util
index
model/cart
model/item
model/tax
router
routes/add
routes/checkout
routes/edit
routes/view
schemas/cart
schemas/item
schemas/tax
util
validation
Cart
Dao
Cart
Params
Generated using
TypeDoc
Type of JSON object used for updating a Cart entity in the database.
CartDao