Sha256: cc7cd91d683ec02b0ac90dc53cbc626e77aa8d82811c5647d714d2a51bdaff62
Contents?: true
Size: 1.16 KB
Versions: 6
Compression:
Stored size: 1.16 KB
Contents
# TalonOne::CustomerAnalytics ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **accepted_coupons** | **Integer** | Total accepted coupons for this customer. | **created_coupons** | **Integer** | Total created coupons for this customer. | **free_items** | **Integer** | Total free items given to this customer. | **total_orders** | **Integer** | Total orders made by this customer. | **total_discounted_orders** | **Integer** | Total orders made by this customer that had a discount. | **total_revenue** | **Float** | Total Revenue across all closed sessions. | **total_discounts** | **Float** | The sum of discounts that were given across all closed sessions. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CustomerAnalytics.new(accepted_coupons: null, created_coupons: null, free_items: null, total_orders: null, total_discounted_orders: null, total_revenue: null, total_discounts: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems