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 ownerbalance
- 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 usersupported_transactions
- List of supported transactions
Types ↑
t :: %FinTex.Model.Account{account_number: term, balance: term, bank_name: term, bic: term, blz: term, currency: term, iban: term, name: term, owner: term, preferred_tan_scheme: term, subaccount_id: term, supported_payments: term, supported_tan_schemes: term, supported_transactions: term}