Sha256: d06632b3aeeb485a1b07d7ae1fa436e164103a7ed85869168a86aceef6e7323d
Contents?: true
Size: 1.45 KB
Versions: 3
Compression:
Stored size: 1.45 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] **api_calls** | [**Array<AccountDashboardStatisticApiCalls>**](AccountDashboardStatisticApiCalls.md) | Aggregated statistic for the number of account API calls. | [optional] **campaigns** | [**AccountDashboardStatisticCampaigns**](AccountDashboardStatisticCampaigns.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AccountDashboardStatistic.new(revenue: null, discounts: null, loyalty_points: null, referrals: null, api_calls: null, campaigns: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/AccountDashboardStatistic.md |
talon_one-3.0.1 | docs/AccountDashboardStatistic.md |
talon_one-3.0.0 | docs/AccountDashboardStatistic.md |