FinTex v0.1.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{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}