Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Company::Locations

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)


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

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

#countryBoolean?

Returns:

  • (Boolean, nil)


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

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

#line1Boolean?

Returns:

  • (Boolean, nil)


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

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

#line2Boolean?

Returns:

  • (Boolean, nil)


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

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

#postal_codeBoolean?

Returns:

  • (Boolean, nil)


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

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

#stateBoolean?

Returns:

  • (Boolean, nil)


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

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