Package com.adyen.service.management
Class TerminalsTerminalLevel
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.ApiKeyAuthenticatedService
-
- com.adyen.service.management.TerminalsTerminalLevel
-
public class TerminalsTerminalLevel extends ApiKeyAuthenticatedService
-
-
Constructor Summary
Constructors Constructor Description TerminalsTerminalLevel(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTerminalsResponselistTerminals(Map<String,String> queryParams)Get a list of terminals-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
TerminalsTerminalLevel
public TerminalsTerminalLevel(Client client)
-
-
Method Detail
-
listTerminals
public ListTerminalsResponse listTerminals(Map<String,String> queryParams) throws ApiException, IOException
Get a list of terminals- Parameters:
queryParams- (optional) searchQuery: Returns terminals with an ID that contains the specified string. If present, other query parameters are ignored. (optional) countries: Returns terminals located in the countries specified by their [two-letter country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). (optional) merchantIds: Returns terminals that belong to the merchant accounts specified by their unique merchant account ID. (optional) storeIds: Returns terminals that are assigned to the [stores](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/stores) specified by their unique store ID. (optional) brandModels: Returns terminals of the [models](https://docs.adyen.com/api-explorer/#/ManagementService/latest/get/companies/{companyId}/terminalModels) specified in the format *brand.model*. (optional) pageNumber: The number of the page to fetch. (optional) pageSize: The number of items to have on a page, maximum 100. The default is 20 items on a page. (optional)- Returns:
- ListTerminalsResponse
- Throws:
ApiException- if fails to make API callIOException
-
-