createGlobalAccountDeposit method
Implementation
Future<Map> createGlobalAccountDeposit(
String token,
String amount,
String globalAccountId,
String? payerBank,
String? payerCountry,
String? payerName,
String? reference,
String? status) {
throw UnimplementedError(
"Create GlobalAccount Deposit has not been implemented");
}