Name | Type | Description | Notes |
---|---|---|---|
revenue | Array<AccountDashboardStatisticRevenue> | Aggregated statistic for account revenue. | [optional] |
discounts | Array<AccountDashboardStatisticDiscount> | Aggregated statistic for account discount. | [optional] |
loyalty_points | Array<AccountDashboardStatisticLoyaltyPoints> | Aggregated statistic for account loyalty points. | [optional] |
referrals | Array<AccountDashboardStatisticReferrals> | Aggregated statistic for account referrals. | [optional] |
campaigns | AccountDashboardStatisticCampaigns |
require 'TalonOne'
instance = TalonOne::AccountDashboardStatistic.new(revenue: null,
discounts: null,
loyalty_points: null,
referrals: null,
campaigns: null)