Terminal

interface Terminal

Represents a terminal with its unique identifier, name, and serial number.

Properties

Link copied to clipboard
abstract val id: String

The unique identifier of the terminal.

Link copied to clipboard
abstract val name: String

The name of the terminal.

Link copied to clipboard
abstract val serialNumber: String

The serial number of the terminal.