We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2f12e commit cdcf8e5Copy full SHA for cdcf8e5
src/services/terminalManagementApi.ts
@@ -24,6 +24,12 @@ import { IRequest } from "../typings/requestOptions";
24
import Resource from "./resource";
25
import { ObjectSerializer } from "../typings/terminalManagement/models";
26
27
+/**
28
+ * Support for the "classic" POS Terminal Management API has stopped.
29
+ * To automate assigning terminals, you must use Management API.
30
+ *
31
+ * @deprecated Use Management API instead
32
+ */
33
export class TerminalManagementAPI extends Service {
34
35
private readonly API_BASEPATH: string = "https://postfmapi-test.adyen.com/postfmapi/terminal/v1";
0 commit comments