FinTex v0.1.0 FinTex.Model.Account

The following fields are public:

  • account_number - Account number
  • subaccount_id - Subaccount ID
  • blz - Bank code
  • bank_name - Bank name
  • currency - Three-character currency code (ISO 4217)
  • iban - IBAN
  • bic - BIC
  • name - Account name
  • owner - Account owner
  • type - Account type. Possible values are :giro_account, :savings_account,

    `:credit_card` or `:loan_account`, `:cash_book`, `:depot` or `:unknown`.
  • balance - Account balance
  • supported_payments - List of payment types with payment parameters
  • supported_tan_schemes - List of TAN schemes
  • preferred_tan_scheme - Security function of the TAN scheme preferred by the user

Summary

Types

t :: %FinTex.Model.Account{type: binary, account_number: binary, subaccount_id: binary, blz: binary, bank_name: binary, currency: binary, iban: binary, bic: binary, name: binary, owner: binary, balance: FinTex.Model.Balance.t, supported_payments: Dict.t, supported_tan_schemes: [FinTex.Model.TANScheme.t], preferred_tan_scheme: binary, supported_transactions: term}

Functions

key(account)