Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations
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
377
|
# File 'sig/finch_api/models/account_update_event.rbs', line 377
def initialize: (
|
Instance Attribute Details
#city ⇒ Boolean?
272
|
# File 'lib/finch_api/models/account_update_event.rb', line 272
optional :city, FinchAPI::Internal::Type::Boolean
|
#country ⇒ Boolean?
277
|
# File 'lib/finch_api/models/account_update_event.rb', line 277
optional :country, FinchAPI::Internal::Type::Boolean
|
#line1 ⇒ Boolean?
282
|
# File 'lib/finch_api/models/account_update_event.rb', line 282
optional :line1, FinchAPI::Internal::Type::Boolean
|
#line2 ⇒ Boolean?
287
|
# File 'lib/finch_api/models/account_update_event.rb', line 287
optional :line2, FinchAPI::Internal::Type::Boolean
|
#postal_code ⇒ Boolean?
292
|
# File 'lib/finch_api/models/account_update_event.rb', line 292
optional :postal_code, FinchAPI::Internal::Type::Boolean
|
#state ⇒ Boolean?
297
|
# File 'lib/finch_api/models/account_update_event.rb', line 297
optional :state, FinchAPI::Internal::Type::Boolean
|
Instance Method Details
#to_hash ⇒ {
386
|
# File 'sig/finch_api/models/account_update_event.rbs', line 386
def to_hash: -> {
|