getFinancialTransactions method

Future<Map> getFinancialTransactions(
  1. String token,
  2. String? batchId,
  3. String? currencyCode,
  4. String? fromCreatedAt,
  5. String? pageNumber,
  6. String? pageSize,
  7. String? sourceId,
  8. String? status,
  9. String? toCreatedAt,
  10. 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");
}