Uses of Class
com.adyen.model.posterminalmanagement.FindTerminalResponse
-
Packages that use FindTerminalResponse Package Description com.adyen.model.posterminalmanagement com.adyen.service -
-
Uses of FindTerminalResponse in com.adyen.model.posterminalmanagement
Methods in com.adyen.model.posterminalmanagement that return FindTerminalResponse Modifier and Type Method Description FindTerminalResponseFindTerminalResponse. companyAccount(String companyAccount)The company account that the terminal is associated with.static FindTerminalResponseFindTerminalResponse. fromJson(String jsonString)Create an instance of FindTerminalResponse given an JSON stringFindTerminalResponseFindTerminalResponse. merchantAccount(String merchantAccount)The merchant account that the terminal is associated with.FindTerminalResponseFindTerminalResponse. merchantInventory(Boolean merchantInventory)Boolean that indicates if the terminal is assigned to the merchant inventory.FindTerminalResponseFindTerminalResponse. store(String store)The store code of the store that the terminal is assigned to.FindTerminalResponseFindTerminalResponse. terminal(String terminal)The unique terminal ID. -
Uses of FindTerminalResponse in com.adyen.service
Methods in com.adyen.service that return FindTerminalResponse Modifier and Type Method Description FindTerminalResponsePosTerminalManagementApi. findTerminal(FindTerminalRequest findTerminalRequest)Deprecated.since POS Terminal Management API v1 Use [Management API](https://docs.adyen.com/api-explorer/Management/latest/overview).FindTerminalResponsePosTerminalManagementApi. findTerminal(FindTerminalRequest findTerminalRequest, RequestOptions requestOptions)Deprecated.since POS Terminal Management API v1 Use [Management API](https://docs.adyen.com/api-explorer/Management/latest/overview).
-