Class: Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List
- Defined in:
- lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
- #months ⇒ Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Months?
- #total ⇒ Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total?
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(gross: nil, net: nil, time: nil) ⇒ Object
|
|
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 135
|
Instance Attribute Details
#months ⇒ Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Months?
128 |
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 128 optional :months, -> { Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Months } |
#total ⇒ Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total?
133 |
# File 'lib/onlyfans/models/payout_retrieve_earning_statistics_response.rb', line 133 optional :total, -> { Onlyfans::Models::PayoutRetrieveEarningStatisticsResponse::Data::List::Total } |