Class: GrowsurfRuby::Models::Campaign::ParticipantAnalyticsResponse::Analytics
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/growsurf_ruby/models/campaign/participant_analytics_response.rb,
sig/growsurf_ruby/models/campaign/participant_analytics_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
128
|
# File 'sig/growsurf_ruby/models/campaign/participant_analytics_response.rbs', line 128
def initialize: (
|
Instance Attribute Details
#currency_iso ⇒ String?
72
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 72
optional :currency_iso, String, api_name: :currencyISO
|
#expired_referrals ⇒ Integer?
77
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 77
optional :expired_referrals, Integer, api_name: :expiredReferrals
|
#impressions ⇒ Integer?
82
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 82
optional :impressions, Integer
|
#invites_sent ⇒ Integer?
87
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 87
optional :invites_sent, Integer, api_name: :invitesSent
|
#leads ⇒ Integer?
92
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 92
optional :leads, Integer
|
#monthly_referrals ⇒ Integer?
97
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 97
optional :monthly_referrals, Integer, api_name: :monthlyReferrals
|
#pending_rewards ⇒ Integer?
102
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 102
optional :pending_rewards, Integer, api_name: :pendingRewards
|
#referral_revenue ⇒ Integer?
Affiliate only. Revenue attributed to this participant's referrals, in minor
currency units.
109
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 109
optional :referral_revenue, Integer, api_name: :referralRevenue
|
#referrals ⇒ Integer?
114
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 114
optional :referrals, Integer
|
#rewards_earned ⇒ Integer?
119
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 119
optional :rewards_earned, Integer, api_name: :rewardsEarned
|
#total_commissions ⇒ Integer?
Affiliate only. Total commissions earned, in minor currency units.
125
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 125
optional :total_commissions, Integer, api_name: :totalCommissions
|
#total_paid_out ⇒ Integer?
Affiliate only. Total paid out, in minor currency units.
131
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 131
optional :total_paid_out, Integer, api_name: :totalPaidOut
|
#unique_impressions ⇒ Integer?
136
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 136
optional :unique_impressions, Integer, api_name: :uniqueImpressions
|
#upcoming_payout ⇒ Integer?
Affiliate only. Approved commissions ready to pay, in minor currency units.
142
|
# File 'lib/growsurf_ruby/models/campaign/participant_analytics_response.rb', line 142
optional :upcoming_payout, Integer, api_name: :upcomingPayout
|
Instance Method Details
#to_hash ⇒ {
145
|
# File 'sig/growsurf_ruby/models/campaign/participant_analytics_response.rbs', line 145
def to_hash: -> {
|