getFinancialTransactions method
Future<Map>
getFinancialTransactions(
- String token,
- String? batchId,
- String? currencyCode,
- String? fromCreatedAt,
- String? pageNumber,
- String? pageSize,
- String? sourceId,
- String? status,
- String? toCreatedAt,
- String accountId,
)
Implementation
Future<Map> getFinancialTransactions(
String token,
String? batchId,
String? currencyCode,
String? fromCreatedAt,
String? pageNumber,
String? pageSize,
String? sourceId,
String? status,
String? toCreatedAt,
String accountId) {
throw UnimplementedError(
"Get Financial Transactions has not been implemented");
}