Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Individual::Residence
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 ⇒ Object
952
|
# File 'sig/finch_api/models/account_update_event.rbs', line 952
def initialize: (
|
Instance Attribute Details
#city ⇒ Boolean?
743
|
# File 'lib/finch_api/models/account_update_event.rb', line 743
optional :city, FinchAPI::Internal::Type::Boolean
|
#country ⇒ Boolean?
748
|
# File 'lib/finch_api/models/account_update_event.rb', line 748
optional :country, FinchAPI::Internal::Type::Boolean
|
#line1 ⇒ Boolean?
753
|
# File 'lib/finch_api/models/account_update_event.rb', line 753
optional :line1, FinchAPI::Internal::Type::Boolean
|
#line2 ⇒ Boolean?
758
|
# File 'lib/finch_api/models/account_update_event.rb', line 758
optional :line2, FinchAPI::Internal::Type::Boolean
|
#postal_code ⇒ Boolean?
763
|
# File 'lib/finch_api/models/account_update_event.rb', line 763
optional :postal_code, FinchAPI::Internal::Type::Boolean
|
#state ⇒ Boolean?
768
|
# File 'lib/finch_api/models/account_update_event.rb', line 768
optional :state, FinchAPI::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
961
|
# File 'sig/finch_api/models/account_update_event.rbs', line 961
def to_hash: -> {
|