projects/congarevenuecloud/ecommerce/src/lib/modules/order/services/order.service.ts
OrderResult interface defines the order result set with total order count.
Properties |
Orders |
Orders:
|
Type : Array<Order>
|
List of order records returned in the response. |
TotalCount |
TotalCount:
|
Type : number
|
Total count of existing order records. |