Class: Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Months::Const1735689661::Subscribe
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(subscribes: nil, tips: nil, total_gross: nil, total_net: nil) ⇒ Object
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 181
class Subscribe < Onlyfans::Internal::Type::BaseModel
optional :gross, Integer
optional :net, Integer
optional :time, Integer
end
|
Instance Attribute Details
#gross ⇒ Integer?
185
|
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 185
optional :gross, Integer
|
#net ⇒ Integer?
190
|
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 190
optional :net, Integer
|
#time ⇒ Integer?
195
|
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 195
optional :time, Integer
|