Sha256: 1a16452045d531e18412f62f16d1d16547ba01e15cf1a081661cfb3ad2a50113
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 KB
Contents
# TalonOne::AccountDashboardStatistic ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **revenue** | [**Array<AccountDashboardStatisticRevenue>**](AccountDashboardStatisticRevenue.md) | Aggregated statistic for account revenue. | [optional] **discounts** | [**Array<AccountDashboardStatisticDiscount>**](AccountDashboardStatisticDiscount.md) | Aggregated statistic for account discount. | [optional] **loyalty_points** | [**Array<AccountDashboardStatisticLoyaltyPoints>**](AccountDashboardStatisticLoyaltyPoints.md) | Aggregated statistic for account loyalty points. | [optional] **referrals** | [**Array<AccountDashboardStatisticReferrals>**](AccountDashboardStatisticReferrals.md) | Aggregated statistic for account referrals. | [optional] **campaigns** | [**AccountDashboardStatisticCampaigns**](AccountDashboardStatisticCampaigns.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AccountDashboardStatistic.new(revenue: null, discounts: null, loyalty_points: null, referrals: null, campaigns: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/AccountDashboardStatistic.md |
talon_one-6.0.0 | docs/AccountDashboardStatistic.md |
talon_one-5.0.0 | docs/AccountDashboardStatistic.md |