getGlobalAccountTransactions method

Future<Map> getGlobalAccountTransactions(
  1. String token,
  2. String globalAccountId,
  3. String? fromCreatedAt,
  4. String? pageNumber,
  5. String? pageSize,
  6. String? toCreatedAt,
)

Implementation

Future<Map> getGlobalAccountTransactions(
    String token,
    String globalAccountId,
    String? fromCreatedAt,
    String? pageNumber,
    String? pageSize,
    String? toCreatedAt) {
  throw UnimplementedError(
      "Get Global Account Transactions has not been implemented");
}