createGlobalAccount method

Future<Map> createGlobalAccount(
  1. String token,
  2. String countryCode,
  3. String currencyCode,
  4. String nickname,
  5. List<String> paymentMethods,
  6. String requestId,
)

Implementation

Future<Map> createGlobalAccount(
    String token,
    String countryCode,
    String currencyCode,
    String nickname,
    List<String> paymentMethods,
    String requestId) {
  throw UnimplementedError("Create Global Account has not been implemented");
}