projects/congarevenuecloud/ecommerce/src/lib/modules/cart/interfaces/cart-service.interface.ts
Interface for bulk add products with quantity
Properties |
Id |
Id:
|
Type : string
|
Id as string of the product |
Product |
Product:
|
Type : Product
|
Instance of Product |
Quantity |
Quantity:
|
Type : number
|
Quantity of the product |