Package com.adyen.service.management
Class TerminalSettingsTerminalLevel
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.ApiKeyAuthenticatedService
-
- com.adyen.service.management.TerminalSettingsTerminalLevel
-
public class TerminalSettingsTerminalLevel extends ApiKeyAuthenticatedService
-
-
Constructor Summary
Constructors Constructor Description TerminalSettingsTerminalLevel(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TerminalSettingsgetTerminalSettings(String terminalId)Get terminal settingsLogogetTheTerminalLogo(String terminalId)Get the terminal logoTerminalSettingsupdateTerminalSettings(String terminalId, TerminalSettings terminalSettings)Update terminal settingsLogoupdateTheLogo(String terminalId, Logo logo)Update the logo-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
TerminalSettingsTerminalLevel
public TerminalSettingsTerminalLevel(Client client)
-
-
Method Detail
-
getTheTerminalLogo
public Logo getTheTerminalLogo(String terminalId) throws ApiException, IOException
Get the terminal logo- Parameters:
terminalId- The unique identifier of the payment terminal. (required)- Returns:
- Logo
- Throws:
ApiException- if fails to make API callIOException
-
getTerminalSettings
public TerminalSettings getTerminalSettings(String terminalId) throws ApiException, IOException
Get terminal settings- Parameters:
terminalId- The unique identifier of the payment terminal. (required)- Returns:
- TerminalSettings
- Throws:
ApiException- if fails to make API callIOException
-
updateTheLogo
public Logo updateTheLogo(String terminalId, Logo logo) throws ApiException, IOException
Update the logo- Parameters:
terminalId- The unique identifier of the payment terminal. (required)logo- (optional)- Returns:
- Logo
- Throws:
ApiException- if fails to make API callIOException
-
updateTerminalSettings
public TerminalSettings updateTerminalSettings(String terminalId, TerminalSettings terminalSettings) throws ApiException, IOException
Update terminal settings- Parameters:
terminalId- The unique identifier of the payment terminal. (required)terminalSettings- (optional)- Returns:
- TerminalSettings
- Throws:
ApiException- if fails to make API callIOException
-
-