A summary report of customer activity for a given time range.
| Name | Type | Description | Notes |
|---|---|---|---|
| acceptedCoupons | Integer | Total accepted coupons for this customer. | |
| createdCoupons | Integer | Total created coupons for this customer. | |
| freeItems | Integer | Total free items given to this customer. | |
| totalOrders | Integer | Total orders made by this customer. | |
| totalDiscountedOrders | Integer | Total orders made by this customer that had a discount. | |
| totalRevenue | BigDecimal | Total Revenue across all closed sessions. | |
| totalDiscounts | BigDecimal | The sum of discounts that were given across all closed sessions. |