getGlobalAccountTransactions method
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");
}