BankManagementApi class

Constructors

BankManagementApi(Dio _dio, Serializers _serializers)
const

Properties

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

Methods

deleteImportedBankConnection({required String bankConnectionId, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<void>>
Delete a Bank connection. Deletes the given Bank connection.
fetchAllBankConnections({CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<ImportedBankConnectionsResponseModel>>
Get all imported Bank connections. Returns all imported Bank connections.
importBankConnection({required ImportBankConnectionRequestModel importBankConnectionRequestModel, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<ImportBankConnectionResponseModel>>
Import a Bank connection. The given <code>bankId</code> will be imported to the server. This endpoint returns a link that the user can use to log in. This allows the user to import the accounts.
importBankConnectionCallback({required String bankConnectionId, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<StatusResponseModel>>
Callback for banking backends to confirm the Bank connection import. This endpoint is used as callback for banking backends to confirm the Bank connection import. It is invoked by the Bank or intermediary provider after a user has successfully logged into a Bank account via a web form. This endpoint is only used by the Bank provider to confirm an import and is not used by the application.
importBankConnectionCallbackFinAPI({required String bankConnectionId, required ImportBankConnectionFinAPIRequestModel importBankConnectionFinAPIRequestModel, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<StatusResponseModel>>
Callback for finAPI backend to confirm the Bank connection import. This endpoint is used as callback for finAPI's Banking backends to confirm the Bank connection import. It is invoked by finAPI after a user has successfully logged into a Bank account via a web form. This endpoint is only used by finAPI to confirm an import and is not used by the application.
importBankConnectionStatus({required String bankConnectionId, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<ImportBankConnectionStatusModel>>
Status of a Bank connection. Resolves the import status of the given <code>bankConnectionId</code>.
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