NordigenAccountsEndpoints extension

on

Methods

getAccountBalances({required String accountID}) Future<List<Balance>>
Get Balances of the Bank Account identified by accountID as List of Balance.
getAccountDetails({required String accountID}) Future<AccountDetails>
Get the Details of the Bank Account identified by accountID.
getAccountMetaData({required String accountID}) Future<AccountMetaData>
Get the Details of the Bank Account identified by accountID.
getAccountTransactions({required String accountID}) Future<Map<String, List<TransactionData>>>
Get the Transactions of the Bank Account identified by accountID.
getEndUserAccountIDs({required String requisitionID}) Future<List<String>>
Get the Account IDs of the User, for the Requisition identified by requisitionID.