TerminalData

data class TerminalData(serialNumber: String, apn: String?)

This class represents the terminal data

Constructors

Link copied to clipboard
fun TerminalData(serialNumber: String, apn: String?)

Properties

Link copied to clipboard
val apn: String?

Corresponds the configured APN name, if there is no APN configured, null is returned

Link copied to clipboard
val serialNumber: String

Corresponds the terminal Serial Number