BankStatementsApi class

Constructors

BankStatementsApi([ApiClient? apiClient])

Properties

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

Methods

getBankStatements({Object? authorization}) Future<List<BankStatement>?>
Parameters:
getBankStatementsWithHttpInfo({Object? authorization}) Future<Response>
Performs an HTTP 'GET /api/v1/BankStatements' operation and returns the Response. Parameters:
importBankStatements({required Object authorization, required File file}) Future<List<BankStatement>?>
Parameters:
importBankStatementsWithHttpInfo({required Object authorization, required File file}) Future<Response>
Performs an HTTP 'POST /api/v1/BankStatements/import' operation and returns the Response. Parameters:
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