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)Your company account.static GetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. fromJson(String jsonString)Create an instance of GetTerminalsUnderAccountResponse given an JSON stringGetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. inventoryTerminals(List<String> inventoryTerminals)Array that returns a list of all terminals that are in the inventory of the company account.GetTerminalsUnderAccountResponseGetTerminalsUnderAccountResponse. merchantAccounts(List<MerchantAccount> merchantAccounts)Array that returns a list of all merchant accounts belonging to the company account. -
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
-