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
schemas/cart
Module schemas/cart
Index
Type aliases
Cart
Json
Type aliases
Cart
Json
Cart
Json
:
{
cart_discount
:
string
;
cart_id
:
number
;
cart_subtotal
:
string
;
cart_taxes
:
string
;
cart_total
:
string
}
Type of JSON object recieved by
pg
driver for
Cart
entities
see
Cart
see
CartDao
Type declaration
cart_
discount
:
string
cart_
id
:
number
cart_
subtotal
:
string
cart_
taxes
:
string
cart_
total
:
string
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
Json
Generated using
TypeDoc
Type of JSON object recieved by
pg
driver for Cart entitiesCart
CartDao