The IntrafiBalanceBalance object.
Fields
balance- The balance, in minor units ofcurrency, 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
@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() }