Appearance
DoCurious API Reference / types / Cart
Interface: Cart
Defined in: types/payment.types.ts:56
Shopping cart
Properties
couponCode?
optionalcouponCode:string
Defined in: types/payment.types.ts:62
discount
discount:
number
Defined in: types/payment.types.ts:59
items
items:
CartItem[]
Defined in: types/payment.types.ts:57
subtotal
subtotal:
number
Defined in: types/payment.types.ts:58
tax
tax:
number
Defined in: types/payment.types.ts:60
total
total:
number
Defined in: types/payment.types.ts:61