Terminal |
Terminal.addInstalledAPKsItem(InstalledAPKs installedAPKsItem) |
|
Terminal |
Terminal.assignment(TerminalAssignment assignment) |
assignment
|
Terminal |
Terminal.cloudDeviceApiEndpoint(String cloudDeviceApiEndpoint) |
The [regional base
URL](https://docs.adyen.com/api-explorer/terminal-api/1/overview#endpoints-for-cloud-communications)
to use for sending Terminal API requests when using cloud communications.
|
Terminal |
Terminal.connectivity(TerminalConnectivity connectivity) |
connectivity
|
Terminal |
Terminal.countryCode(String countryCode) |
The country code of the country where the terminal is located.
|
Terminal |
Terminal.firmwareVersion(String firmwareVersion) |
The software release currently in use on the terminal.
|
static Terminal |
Terminal.fromJson(String jsonString) |
Create an instance of Terminal given an JSON string
|
Terminal |
Terminal.id(String id) |
The unique identifier of the terminal.
|
Terminal |
Terminal.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
Terminal |
Terminal.installedAPKs(List<InstalledAPKs> installedAPKs) |
A list of Android apps installed on the terminal.
|
Terminal |
Terminal.lastActivityAt(OffsetDateTime lastActivityAt) |
Date and time of the last activity on the terminal.
|
Terminal |
Terminal.lastTransactionAt(OffsetDateTime lastTransactionAt) |
Date and time of the last transaction on the terminal.
|
Terminal |
Terminal.model(String model) |
The model name of the terminal.
|
Terminal |
Terminal.restartLocalTime(String restartLocalTime) |
The exact time of the terminal reboot, in the timezone of the terminal in **HH:mm** format.
|
Terminal |
Terminal.serialNumber(String serialNumber) |
The serial number of the terminal.
|