Class: Onlyfans::Models::Statistics::StatementGetEarningsParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::Statistics::StatementGetEarningsParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/onlyfans/models/statistics/statement_get_earnings_params.rb
Overview
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
- #account ⇒ String
-
#end_date ⇒ String?
The end date for the period.
-
#start_date ⇒ String
The start date for the period.
-
#type ⇒ Symbol, ...
Filter by All / Subscriptions / Tips / Posts / Messages / Streams.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(account:, start_date:, end_date: nil, type: nil, request_options: {}) ⇒ Object constructor
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(account:, start_date:, end_date: nil, type: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/onlyfans/models/statistics/statement_get_earnings_params.rb', line 34
|
Instance Attribute Details
#account ⇒ String
14 |
# File 'lib/onlyfans/models/statistics/statement_get_earnings_params.rb', line 14 required :account, String |
#end_date ⇒ String?
The end date for the period.
26 |
# File 'lib/onlyfans/models/statistics/statement_get_earnings_params.rb', line 26 optional :end_date, String |
#start_date ⇒ String
The start date for the period
20 |
# File 'lib/onlyfans/models/statistics/statement_get_earnings_params.rb', line 20 required :start_date, String |
#type ⇒ Symbol, ...
Filter by All / Subscriptions / Tips / Posts / Messages / Streams
32 |
# File 'lib/onlyfans/models/statistics/statement_get_earnings_params.rb', line 32 optional :type, enum: -> { Onlyfans::Statistics::StatementGetEarningsParams::Type } |