GetTerminalDetailsResponse |
GetTerminalDetailsResponse.bluetoothIp(String bluetoothIp) |
The Bluetooth IP address of the terminal.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.bluetoothMac(String bluetoothMac) |
The Bluetooth MAC address of the terminal.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.companyAccount(String companyAccount) |
The company account that the terminal is associated with.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.country(String country) |
The country where the terminal is used.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.deviceModel(String deviceModel) |
The model name of the terminal.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.dhcpEnabled(Boolean dhcpEnabled) |
Indicates whether assigning IP addresses through a DHCP server is enabled on the terminal.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.displayLabel(String displayLabel) |
The label shown on the status bar of the display.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.ethernetIp(String ethernetIp) |
The terminal's IP address in your Ethernet network.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.ethernetMac(String ethernetMac) |
The terminal's MAC address in your Ethernet network.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.firmwareVersion(String firmwareVersion) |
The software release currently in use on the terminal.
|
static GetTerminalDetailsResponse |
GetTerminalDetailsResponse.fromJson(String jsonString) |
Create an instance of GetTerminalDetailsResponse given an JSON string
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.iccid(String iccid) |
The integrated circuit card identifier (ICCID) of the SIM card in the terminal.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.lastActivityDateTime(OffsetDateTime lastActivityDateTime) |
Date and time of the last activity on the terminal.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.lastTransactionDateTime(OffsetDateTime lastTransactionDateTime) |
Date and time of the last transaction on the terminal.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.linkNegotiation(String linkNegotiation) |
The Ethernet link negotiation that the terminal uses: - `auto`: Auto-negotiation - `100full`: 100 Mbps full duplex
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.merchantAccount(String merchantAccount) |
The merchant account that the terminal is associated with.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.merchantInventory(Boolean merchantInventory) |
Boolean that indicates if the terminal is assigned to the merchant inventory.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.permanentTerminalId(String permanentTerminalId) |
The permanent terminal ID.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.serialNumber(String serialNumber) |
The serial number of the terminal.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.simStatus(String simStatus) |
On a terminal that supports 3G or 4G connectivity, indicates the status of the SIM card in the terminal: ACTIVE or INVENTORY.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.store(String store) |
The store code of the store that the terminal is assigned to.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.storeDetails(Store storeDetails) |
storeDetails
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.terminal(String terminal) |
The unique terminal ID.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.terminalStatus(GetTerminalDetailsResponse.TerminalStatusEnum terminalStatus) |
The status of the terminal: - `OnlineToday`, `OnlineLast1Day`, `OnlineLast2Days` etcetera to `OnlineLast7Days`: Indicates when in the past week the terminal was last online
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.wifiIp(String wifiIp) |
The terminal's IP address in your Wi-Fi network.
|
GetTerminalDetailsResponse |
GetTerminalDetailsResponse.wifiMac(String wifiMac) |
The terminal's MAC address in your Wi-Fi network.
|