Class: Increase::Models::IntrafiBalance::Balance

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/intrafi_balance.rb

Defined Under Namespace

Classes: BankLocation

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#balanceInteger

The balance, in minor units of currency, held with this bank.

Returns:

  • (Integer)


45
# File 'lib/increase/models/intrafi_balance.rb', line 45

required :balance, Integer

#bankString

The name of the bank holding these funds.

Returns:

  • (String)


50
# File 'lib/increase/models/intrafi_balance.rb', line 50

required :bank, String

#bank_locationIncrease::Models::IntrafiBalance::Balance::BankLocation

The primary location of the bank.



55
# File 'lib/increase/models/intrafi_balance.rb', line 55

required :bank_location, -> { Increase::Models::IntrafiBalance::Balance::BankLocation }

#fdic_certificate_numberString

The Federal Deposit Insurance Corporation (FDIC) certificate number of the bank. Because many banks have the same or similar names, this can be used to uniquely identify the institution.

Returns:

  • (String)


60
# File 'lib/increase/models/intrafi_balance.rb', line 60

required :fdic_certificate_number, String

#idString

The identifier of this balance.

Returns:

  • (String)


40
# File 'lib/increase/models/intrafi_balance.rb', line 40

required :id, String