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

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/provider.rb

Overview

def initialize: (Hash | FinchAPI::BaseModel) -> void

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

==, #==, #[], coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h

Methods included from Converter

#coerce, coerce, #dump, dump, type_info

Constructor Details

This class inherits a constructor from FinchAPI::BaseModel

Instance Attribute Details

#account_nameBoolean?

Returns:

  • (Boolean, nil)


383
# File 'lib/finch-api/models/provider.rb', line 383

optional :account_name, FinchAPI::BooleanModel

#account_numberBoolean?

Returns:

  • (Boolean, nil)


392
# File 'lib/finch-api/models/provider.rb', line 392

optional :account_number, FinchAPI::BooleanModel

#account_typeBoolean?

Returns:

  • (Boolean, nil)


401
# File 'lib/finch-api/models/provider.rb', line 401

optional :account_type, FinchAPI::BooleanModel

#institution_nameBoolean?

Returns:

  • (Boolean, nil)


410
# File 'lib/finch-api/models/provider.rb', line 410

optional :institution_name, FinchAPI::BooleanModel

#routing_numberBoolean? (readonly)

Returns:

  • (Boolean, nil)


419
# File 'lib/finch-api/models/provider.rb', line 419

optional :routing_number, FinchAPI::BooleanModel