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