FinTex v0.2.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{account_number: String.t, balance: FinTex.Model.Balance.t, bank_name: String.t, bic: String.t, blz: String.t, currency: String.t, iban: String.t, name: String.t, owner: String.t, preferred_tan_scheme: String.t, subaccount_id: String.t, supported_payments: map, supported_tan_schemes: [FinTex.Model.TANScheme.t], supported_transactions: term, type: String.t}

Functions

key(account)