Uses of Class
com.adyen.model.posterminalmanagement.GetTerminalsUnderAccountRequest
-
Packages that use GetTerminalsUnderAccountRequest Package Description com.adyen.model.posterminalmanagement com.adyen.service -
-
Uses of GetTerminalsUnderAccountRequest in com.adyen.model.posterminalmanagement
Methods in com.adyen.model.posterminalmanagement that return GetTerminalsUnderAccountRequest Modifier and Type Method Description GetTerminalsUnderAccountRequestGetTerminalsUnderAccountRequest. companyAccount(String companyAccount)Your company account.static GetTerminalsUnderAccountRequestGetTerminalsUnderAccountRequest. fromJson(String jsonString)Create an instance of GetTerminalsUnderAccountRequest given an JSON stringGetTerminalsUnderAccountRequestGetTerminalsUnderAccountRequest. merchantAccount(String merchantAccount)The merchant account.GetTerminalsUnderAccountRequestGetTerminalsUnderAccountRequest. store(String store)The store code of the store. -
Uses of GetTerminalsUnderAccountRequest in com.adyen.service
Methods in com.adyen.service with parameters of type GetTerminalsUnderAccountRequest Modifier and Type Method Description GetTerminalsUnderAccountResponsePosTerminalManagementApi. getTerminalsUnderAccount(GetTerminalsUnderAccountRequest getTerminalsUnderAccountRequest)Get the list of terminalsGetTerminalsUnderAccountResponsePosTerminalManagementApi. getTerminalsUnderAccount(GetTerminalsUnderAccountRequest getTerminalsUnderAccountRequest, RequestOptions requestOptions)Get the list of terminals
-