Class: Onlyfans::Models::Banking::DetailRetrieveBankDetailsResponse::Data

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/onlyfans/models/banking/detail_retrieve_bank_details_response.rb,
sig/onlyfans/models/banking/detail_retrieve_bank_details_response.rbs

Overview

See Also:

  • Onlyfans::Models::Banking::DetailRetrieveBankDetailsResponse#data

Defined Under Namespace

Classes: Payout

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 ⇒ Object



174
# File 'sig/onlyfans/models/banking/detail_retrieve_bank_details_response.rbs', line 174

def initialize: (

Instance Attribute Details

#is_payout_data_filled ⇒ Boolean?

Parameters:

  • (Boolean)

Returns:

  • (Boolean, nil)


120
# File 'lib/onlyfans/models/banking/detail_retrieve_bank_details_response.rb', line 120

optional :is_payout_data_filled, Onlyfans::Internal::Type::Boolean, api_name: :isPayoutDataFilled

#payout_code ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


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

optional :payout_code, String, api_name: :payoutCode

#payouts ⇒ Array<Onlyfans::Models::Banking::DetailRetrieveBankDetailsResponse::Data::Payout>?



130
131
# File 'lib/onlyfans/models/banking/detail_retrieve_bank_details_response.rb', line 130

optional :payouts,
-> { Onlyfans::Internal::Type::ArrayOf[Onlyfans::Models::Banking::DetailRetrieveBankDetailsResponse::Data::Payout] }

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


180
# File 'sig/onlyfans/models/banking/detail_retrieve_bank_details_response.rbs', line 180

def to_hash: -> {