Increase.IntrafiBalances.IntrafiBalance.Balance (Increase v1.0.0)

Copy Markdown View Source

The IntrafiBalanceBalance object.

Fields

  • balance - The balance, in minor units of currency, held with this bank.
  • bank - The name of the bank holding these funds.
  • bank_location - The primary location of the bank.
  • fdic_certificate_number - 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.

Summary

Types

t()

@type t() :: %Increase.IntrafiBalances.IntrafiBalance.Balance{
  balance: integer(),
  bank: String.t(),
  bank_location:
    Increase.IntrafiBalances.IntrafiBalance.Balance.IntrafiBalanceBalancesBankLocation.t()
    | nil,
  fdic_certificate_number: String.t()
}