Class: Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb

Overview

See Also:

Defined Under Namespace

Classes: All, ChatMessages, Post, Subscribes, Tips

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(total_gross: nil, total_net: nil) ⇒ Object

Parameters:

  • total_gross (Float) (defaults to: nil)
  • total_net (Float) (defaults to: nil)


# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 256

Instance Attribute Details

#allOnlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::All?



232
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 232

optional :all, -> { Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::All }

#chat_messagesOnlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::ChatMessages?



237
238
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 237

optional :chat_messages,
-> { Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::ChatMessages }

#postOnlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::Post?



243
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 243

optional :post, -> { Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::Post }

#subscribesOnlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::Subscribes?



248
249
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 248

optional :subscribes,
-> { Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::Subscribes }

#tipsOnlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::Tips?



254
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 254

optional :tips, -> { Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::Tips }