FinTex v0.3.0 FinTex.Model.Account
The following fields are public:
account_number- Account numbersubaccount_id- Subaccount IDblz- Bank codebank_name- Bank namecurrency- Three-character currency code (ISO 4217)iban- IBANbic- BICname- Account nameowner- Account ownertype- Account type. Possible values are:giro_account,:savings_account,`:credit_card` or `:loan_account`, `:cash_book`, `:depot` or `:unknown`.balance- Account balancesupported_payments- List of payment types with payment parameterssupported_tan_schemes- List of TAN schemespreferred_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}