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:

  • Provider::AuthenticationMethod::SupportedFields::Company#accounts

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

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

Methods included from Internal::Type::Converter

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

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

Constructor Details

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

Instance Attribute Details

#account_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#account_numberBoolean?

Returns:

  • (Boolean, nil)


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

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

#account_typeBoolean?

Returns:

  • (Boolean, nil)


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

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

#institution_nameBoolean?

Returns:

  • (Boolean, nil)


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

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

#routing_numberBoolean?

Returns:

  • (Boolean, nil)


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

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