EndUserAgreement class

Constructors

EndUserAgreement(RequestHandler requestHandler)

Properties

hashCode int
The hash code for this object.
no setterinherited
requestHandler RequestHandler
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acceptEndUserAgreement({required String endUserAgreementId, required String userAgent, required String ipAddress}) Future
createEndUserAgreement({required String institutionId, int maxHistoricalDays = 90, int accessValidForDays = 90, List accessScope = const ['details', 'balances', 'transactions']}) Future
deleteEndUserAgreement(String endUserAgreementId) → dynamic
getEndUserAgreement(String endUserAgreementId) Future
getEndUserAgreements() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited