Class: Onlyfans::Models::PayoutRetrieveBalancesResponse::Data
Overview
Defined Under Namespace
Classes: WithdrawalPeriodOption
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#currency ⇒ String?
118
|
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 118
optional :currency, String
|
#manual_payout_pending_days ⇒ Integer?
123
|
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 123
optional :manual_payout_pending_days, Integer, api_name: :manualPayoutPendingDays
|
#max_payout_summ ⇒ Float?
128
|
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 128
optional :max_payout_summ, Float, api_name: :maxPayoutSumm
|
#min_payout_summ ⇒ Integer?
133
|
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 133
optional :min_payout_summ, Integer, api_name: :minPayoutSumm
|
#payout_available ⇒ Float?
138
|
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 138
optional :payout_available, Float, api_name: :payoutAvailable
|
#payout_pending ⇒ Float?
143
|
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 143
optional :payout_pending, Float, api_name: :payoutPending
|
#withdrawal_period ⇒ String?
148
|
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 148
optional :withdrawal_period, String, api_name: :withdrawalPeriod
|