Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Accounts

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/provider.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

#account_nameBoolean?

Returns:

  • (Boolean, nil)


244
# File 'lib/finch_api/models/provider.rb', line 244

optional :account_name, FinchAPI::Internal::Type::Boolean

#account_numberBoolean?

Returns:

  • (Boolean, nil)


249
# File 'lib/finch_api/models/provider.rb', line 249

optional :account_number, FinchAPI::Internal::Type::Boolean

#account_typeBoolean?

Returns:

  • (Boolean, nil)


254
# File 'lib/finch_api/models/provider.rb', line 254

optional :account_type, FinchAPI::Internal::Type::Boolean

#institution_nameBoolean?

Returns:

  • (Boolean, nil)


259
# File 'lib/finch_api/models/provider.rb', line 259

optional :institution_name, FinchAPI::Internal::Type::Boolean

#routing_numberBoolean?

Returns:

  • (Boolean, nil)


264
# File 'lib/finch_api/models/provider.rb', line 264

optional :routing_number, FinchAPI::Internal::Type::Boolean