| 5591 | } |
| 5592 | |
| 5593 | public java.util.concurrent.CompletableFuture<Object> signIn(Object... optionalArgs) |
| 5594 | { |
| 5595 | |
| 5596 | return java.util.concurrent.CompletableFuture.supplyAsync(() -> { |
| 5597 | |
| 5598 | Object parameters = Helpers.getArg(optionalArgs, 0, new java.util.HashMap<String, Object>() {{}}); |
| 5599 | throw new NotSupported((String)Helpers.add(this.id, " signIn() is not supported yet")) ; |
| 5600 | }); |
| 5601 | |
| 5602 | } |
| 5603 | |
| 5604 | public java.util.concurrent.CompletableFuture<Object> fetchPaymentMethods(Object... optionalArgs) |
| 5605 | { |