Uses of Class
com.adyen.model.management.Terminal
-
Packages that use Terminal Package Description com.adyen.model.management -
-
Uses of Terminal in com.adyen.model.management
Methods in com.adyen.model.management that return Terminal Modifier and Type Method Description TerminalTerminal. assignment(TerminalAssignment assignment)assignmentTerminalTerminal. connectivity(TerminalConnectivity connectivity)connectivityTerminalTerminal. firmwareVersion(String firmwareVersion)The software release currently in use on the terminal.static TerminalTerminal. fromJson(String jsonString)Create an instance of Terminal given an JSON stringTerminalTerminal. id(String id)The unique identifier of the terminal.TerminalTerminal. lastActivityAt(OffsetDateTime lastActivityAt)Date and time of the last activity on the terminal.TerminalTerminal. lastTransactionAt(OffsetDateTime lastTransactionAt)Date and time of the last transaction on the terminal.TerminalTerminal. model(String model)The model name of the terminal.TerminalTerminal. restartLocalTime(String restartLocalTime)The exact time of the terminal reboot, in the timezone of the terminal in **HH:mm** format.TerminalTerminal. serialNumber(String serialNumber)The serial number of the terminal.Methods in com.adyen.model.management that return types with arguments of type Terminal Modifier and Type Method Description List<Terminal>ListTerminalsResponse. getData()The list of terminals and their details.Methods in com.adyen.model.management with parameters of type Terminal Modifier and Type Method Description ListTerminalsResponseListTerminalsResponse. addDataItem(Terminal dataItem)Method parameters in com.adyen.model.management with type arguments of type Terminal Modifier and Type Method Description ListTerminalsResponseListTerminalsResponse. data(List<Terminal> data)The list of terminals and their details.voidListTerminalsResponse. setData(List<Terminal> data)The list of terminals and their details.
-