createGlobalAccountDeposit method

Future<Map> createGlobalAccountDeposit(
  1. String token,
  2. String amount,
  3. String globalAccountId,
  4. String? payerBank,
  5. String? payerCountry,
  6. String? payerName,
  7. String? reference,
  8. String? status,
)

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