LinkedDeviceDetails

data class LinkedDeviceDetails(val store: Store, val terminal: Terminal)

Represents the details of a linked device, including its associated store and terminal.

Constructors

Link copied to clipboard
constructor(store: Store, terminal: Terminal)

Properties

Link copied to clipboard

The store to which the epos is linked to.

Link copied to clipboard

The terminal to which the epos is linked to.