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