Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Classes

Type aliases

Type aliases

CartParams

CartParams: { 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

Generated using TypeDoc