projects/congarevenuecloud/ecommerce/src/lib/modules/cart/interfaces/cart-service.interface.ts
Result set of a list of carts
Properties |
| CartList |
CartList:
|
Type : Array<Cart>
|
|
List of cart records. |
| TotalRecord |
TotalRecord:
|
Type : number
|
|
Total number of cart records. |