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
Defined Under Namespace
Classes: Payout
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#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
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?
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?
125
|
# File 'lib/onlyfans/models/banking/detail_retrieve_bank_details_response.rb', line 125
optional :payout_code, String, api_name: :payoutCode
|
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 ⇒ {
180
|
# File 'sig/onlyfans/models/banking/detail_retrieve_bank_details_response.rbs', line 180
def to_hash: -> {
|