Class: Onlyfans::Models::PayoutRetrieveEligibilityResponse::Data

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

Overview

See Also:

Instance Attribute Summary collapse

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(can_receive_manual_payout: nil, is_verified_reason: nil, need_update_banking: nil) ⇒ Object

Parameters:

  • can_receive_manual_payout (Boolean) (defaults to: nil)
  • is_verified_reason (Boolean) (defaults to: nil)
  • need_update_banking (Boolean) (defaults to: nil)


# File 'lib/onlyfans/models/payout_retrieve_eligibility_response.rb', line 132

Instance Attribute Details

#can_receive_manual_payoutBoolean?

Returns:

  • (Boolean, nil)


118
119
120
# File 'lib/onlyfans/models/payout_retrieve_eligibility_response.rb', line 118

optional :can_receive_manual_payout,
Onlyfans::Internal::Type::Boolean,
api_name: :canReceiveManualPayout

#is_verified_reasonBoolean?

Returns:

  • (Boolean, nil)


125
# File 'lib/onlyfans/models/payout_retrieve_eligibility_response.rb', line 125

optional :is_verified_reason, Onlyfans::Internal::Type::Boolean, api_name: :isVerifiedReason

#need_update_bankingBoolean?

Returns:

  • (Boolean, nil)


130
# File 'lib/onlyfans/models/payout_retrieve_eligibility_response.rb', line 130

optional :need_update_banking, Onlyfans::Internal::Type::Boolean, api_name: :needUpdateBanking