Class: Onlyfans::Models::PayoutRetrieveBalancesResponse::Data

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

Overview

See Also:

Defined Under Namespace

Classes: WithdrawalPeriodOption

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

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

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

This class inherits a constructor from Onlyfans::Internal::Type::BaseModel

Instance Attribute Details

#currencyString?

Returns:

  • (String, nil)


118
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 118

optional :currency, String

#manual_payout_pending_daysInteger?

Returns:

  • (Integer, nil)


123
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 123

optional :manual_payout_pending_days, Integer, api_name: :manualPayoutPendingDays

#max_payout_summFloat?

Returns:

  • (Float, nil)


128
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 128

optional :max_payout_summ, Float, api_name: :maxPayoutSumm

#min_payout_summInteger?

Returns:

  • (Integer, nil)


133
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 133

optional :min_payout_summ, Integer, api_name: :minPayoutSumm

#payout_availableFloat?

Returns:

  • (Float, nil)


138
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 138

optional :payout_available, Float, api_name: :payoutAvailable

#payout_pendingFloat?

Returns:

  • (Float, nil)


143
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 143

optional :payout_pending, Float, api_name: :payoutPending

#withdrawal_periodString?

Returns:

  • (String, nil)


148
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 148

optional :withdrawal_period, String, api_name: :withdrawalPeriod

#withdrawal_period_optionsArray<Onlyfans::Models::PayoutRetrieveBalancesResponse::Data::WithdrawalPeriodOption>?



153
154
155
# File 'lib/onlyfans/models/payout_retrieve_balances_response.rb', line 153

optional :withdrawal_period_options,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::PayoutRetrieveBalancesResponse::Data::WithdrawalPeriodOption] },
api_name: :withdrawalPeriodOptions