Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location
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
745
|
# File 'sig/finch_api/models/account_update_event.rbs', line 745
def initialize: (
|
Instance Attribute Details
#city ⇒ Boolean?
571
|
# File 'lib/finch_api/models/account_update_event.rb', line 571
optional :city, FinchAPI::Internal::Type::Boolean
|
#country ⇒ Boolean?
576
|
# File 'lib/finch_api/models/account_update_event.rb', line 576
optional :country, FinchAPI::Internal::Type::Boolean
|
#line1 ⇒ Boolean?
581
|
# File 'lib/finch_api/models/account_update_event.rb', line 581
optional :line1, FinchAPI::Internal::Type::Boolean
|
#line2 ⇒ Boolean?
586
|
# File 'lib/finch_api/models/account_update_event.rb', line 586
optional :line2, FinchAPI::Internal::Type::Boolean
|
#postal_code ⇒ Boolean?
591
|
# File 'lib/finch_api/models/account_update_event.rb', line 591
optional :postal_code, FinchAPI::Internal::Type::Boolean
|
#state ⇒ Boolean?
596
|
# File 'lib/finch_api/models/account_update_event.rb', line 596
optional :state, FinchAPI::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
754
|
# File 'sig/finch_api/models/account_update_event.rbs', line 754
def to_hash: -> {
|