Class: Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total
- Defined in:
- lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb
Overview
Defined Under Namespace
Classes: All, ChatMessages, Post, Subscribes, Tips
Instance Attribute Summary collapse
- #all ⇒ Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::All?
- #chat_messages ⇒ Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::ChatMessages?
- #post ⇒ Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::Post?
- #subscribes ⇒ Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::Subscribes?
- #tips ⇒ Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total::Tips?
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
|
|
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 256
|
Instance Attribute Details
#all ⇒ Onlyfans::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_messages ⇒ Onlyfans::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 } |
#post ⇒ Onlyfans::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 } |
#subscribes ⇒ Onlyfans::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 } |
#tips ⇒ Onlyfans::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 } |