Class: Onlyfans::Models::Banking::DetailRetrieveLegalAndTaxStatusResponse::Data::Dac7
Overview
Instance Attribute Summary collapse
Method Summary
==, #==, #[], 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
#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
Instance Attribute Details
#country_ids ⇒ Array<Integer>?
214
|
# File 'lib/onlyfans/models/banking/detail_retrieve_legal_and_tax_status_response.rb', line 214
optional :country_ids, Onlyfans::Internal::Type::ArrayOf[Integer], api_name: :countryIds
|
#error ⇒ String?
219
|
# File 'lib/onlyfans/models/banking/detail_retrieve_legal_and_tax_status_response.rb', line 219
optional :error, String, nil?: true
|
#required ⇒ Boolean?
224
|
# File 'lib/onlyfans/models/banking/detail_retrieve_legal_and_tax_status_response.rb', line 224
optional :required, Onlyfans::Internal::Type::Boolean
|
#state ⇒ String?
229
|
# File 'lib/onlyfans/models/banking/detail_retrieve_legal_and_tax_status_response.rb', line 229
optional :state, String
|
#type ⇒ String?
234
|
# File 'lib/onlyfans/models/banking/detail_retrieve_legal_and_tax_status_response.rb', line 234
optional :type, String
|