Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Employment::Location

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/finch_api/models/account_update_event.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, dump, fields, hash, #hash, #initialize, inspect, #inspect, known_fields, optional, required, #to_h, #to_json, #to_s, #to_yaml, walk

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Constructor Details

This class inherits a constructor from FinchAPI::Internal::Type::BaseModel

Instance Attribute Details

#cityBoolean?

Returns:

  • (Boolean, nil)


572
# File 'lib/finch_api/models/account_update_event.rb', line 572

optional :city, FinchAPI::Internal::Type::Boolean

#countryBoolean?

Returns:

  • (Boolean, nil)


577
# File 'lib/finch_api/models/account_update_event.rb', line 577

optional :country, FinchAPI::Internal::Type::Boolean

#line1Boolean?

Returns:

  • (Boolean, nil)


582
# File 'lib/finch_api/models/account_update_event.rb', line 582

optional :line1, FinchAPI::Internal::Type::Boolean

#line2Boolean?

Returns:

  • (Boolean, nil)


587
# File 'lib/finch_api/models/account_update_event.rb', line 587

optional :line2, FinchAPI::Internal::Type::Boolean

#postal_codeBoolean?

Returns:

  • (Boolean, nil)


592
# File 'lib/finch_api/models/account_update_event.rb', line 592

optional :postal_code, FinchAPI::Internal::Type::Boolean

#stateBoolean?

Returns:

  • (Boolean, nil)


597
# File 'lib/finch_api/models/account_update_event.rb', line 597

optional :state, FinchAPI::Internal::Type::Boolean