NordigenAgreementsEndpoints extension

on

Methods

acceptEndUserAgreement({required String endUserAgreementID, required String ipAddress, required String userAgent}) Future<EndUserAgreementModel>
Accept an End User Agreement identified by endUserAgreementID.
createEndUserAgreement({required String institutionID, int maxHistoricalDays = 90, int accessValidForDays = 90, List<String> accessScope = const <String>['balances', 'details', 'transactions']}) Future<EndUserAgreementModel>
Create an End User Agreement for given Institution identified by institutionID, account access period for given accessValidForDays and maxHistoricalDays of transaction histoy (default 90 days each).
deleteEndUserAgreementUsingID({required String endUserAgreementID}) Future<Map<String, dynamic>>
Delete the End-User Agreement identified by endUserAgreementID.
getEndUserAgreements({int limit = 100, int offset = 0}) Future<List<EndUserAgreementModel>>
Get all the End-User Agreements.
getEndUserAgreementTextUsingID({required String endUserAgreementID}) Future
Show the text of end-user agreement identified by endUserAgreementID.
getEndUserAgreementUsingID({required String endUserAgreementID}) Future<EndUserAgreementModel>
Get the End-User Agreement identified by endUserAgreementID.