| Name | Type | Description | Notes |
|---|---|---|---|
| totalSales | String | Gross sales in the period. | [optional] |
| netSales | String | Net sales in the period. | [optional] |
| averageSales | String | Average net daily sales. | [optional] |
| totalOrders | Integer | Total of orders placed. | [optional] |
| totalItems | Integer | Total of items purchased. | [optional] |
| totalTax | String | Total charged for taxes. | [optional] |
| totalShipping | String | Total charged for shipping. | [optional] |
| totalRefunds | Integer | Total of refunded orders. | [optional] |
| totalDiscount | Integer | Total of coupons used. | [optional] |
| totalsGroupedBy | String | Group type. | [optional] |
| totals | List<List<Object>> | Totals. | [optional] |