Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 938 Bytes

CustomerAnalytics.md

File metadata and controls

16 lines (13 loc) · 938 Bytes

TalonOne.Model.CustomerAnalytics

A summary report of customer activity for a given time range.

Properties

Name Type Description Notes
AcceptedCoupons int Total accepted coupons for this customer.
CreatedCoupons int Total created coupons for this customer.
FreeItems int Total free items given to this customer.
TotalOrders int Total orders made by this customer.
TotalDiscountedOrders int Total orders made by this customer that had a discount.
TotalRevenue decimal Total Revenue across all closed sessions.
TotalDiscounts decimal The sum of discounts that were given across all closed sessions.

[Back to Model list] [Back to API list] [Back to README]