BankStatementsApi class
Constructors
- BankStatementsApi([ApiClient? apiClient])
Properties
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