Uses of Class
com.adyen.model.posterminalmanagement.GetTerminalsUnderAccountResponse
-
Packages that use GetTerminalsUnderAccountResponse Package Description com.adyen.model.posterminalmanagement com.adyen.service -
-
Uses of GetTerminalsUnderAccountResponse in com.adyen.model.posterminalmanagement
Methods in com.adyen.model.posterminalmanagement that return GetTerminalsUnderAccountResponse Modifier and Type Method Description GetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. addInventoryTerminalsItem(String inventoryTerminalsItem)GetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. addMerchantAccountsItem(MerchantAccount merchantAccountsItem)GetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. companyAccount(String companyAccount)static GetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. fromJson(String jsonString)Create an instance of GetTerminalsUnderAccountResponse given an JSON stringGetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. inventoryTerminals(List<String> inventoryTerminals)GetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. merchantAccounts(List<MerchantAccount> merchantAccounts) -
Uses of GetTerminalsUnderAccountResponse in com.adyen.service
Methods in com.adyen.service that return GetTerminalsUnderAccountResponse Modifier and Type Method Description GetTerminalsUnderAccountResponsePosTerminalManagementApi. getTerminalsUnderAccount(GetTerminalsUnderAccountRequest getTerminalsUnderAccountRequest)Get the list of terminalsGetTerminalsUnderAccountResponsePosTerminalManagementApi. getTerminalsUnderAccount(GetTerminalsUnderAccountRequest getTerminalsUnderAccountRequest, RequestOptions requestOptions)Get the list of terminals
-