Class: Onlyfans::Models::Banking::DetailRetrieveAccountCountryDetailsResponse::Data
Overview
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(id: nil, can_has_w9_form: nil, can_pay: nil, code: nil, has_states: nil, has_zip: nil, name: nil) ⇒ Object
|
# File 'lib/onlyfans/models/banking/detail_retrieve_account_country_details_response.rb', line 154
|
Instance Attribute Details
127
|
# File 'lib/onlyfans/models/banking/detail_retrieve_account_country_details_response.rb', line 127
optional :can_has_w9_form, Onlyfans::Internal::Type::Boolean, api_name: :canHasW9Form
|
#can_pay ⇒ Boolean?
132
|
# File 'lib/onlyfans/models/banking/detail_retrieve_account_country_details_response.rb', line 132
optional :can_pay, Onlyfans::Internal::Type::Boolean, api_name: :canPay
|
#code ⇒ String?
137
|
# File 'lib/onlyfans/models/banking/detail_retrieve_account_country_details_response.rb', line 137
optional :code, String
|
#has_states ⇒ Boolean?
142
|
# File 'lib/onlyfans/models/banking/detail_retrieve_account_country_details_response.rb', line 142
optional :has_states, Onlyfans::Internal::Type::Boolean, api_name: :hasStates
|
#has_zip ⇒ Boolean?
147
|
# File 'lib/onlyfans/models/banking/detail_retrieve_account_country_details_response.rb', line 147
optional :has_zip, Onlyfans::Internal::Type::Boolean, api_name: :hasZip
|
#id ⇒ Integer?
122
|
# File 'lib/onlyfans/models/banking/detail_retrieve_account_country_details_response.rb', line 122
optional :id, Integer
|
#name ⇒ String?
152
|
# File 'lib/onlyfans/models/banking/detail_retrieve_account_country_details_response.rb', line 152
optional :name, String
|