Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.23 KB

AccountDashboardStatistic.md

File metadata and controls

25 lines (18 loc) · 1.23 KB

TalonOne::AccountDashboardStatistic

Properties

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

Code Sample

require 'TalonOne'

instance = TalonOne::AccountDashboardStatistic.new(revenue: null,
                                 discounts: null,
                                 loyalty_points: null,
                                 referrals: null,
                                 campaigns: null)