A Device represents a physical POS terminal device.

Properties

PropertyTypeDescriptionExample
keyStringThe unique key used to reference a specific device. It is used to send all requests to a specific device."1234567890"
nameStringThe name that has been assigned to the device."Test Terminal"
snStringThe device's serial number."1234567890"

Example

{ "key": "1234567890", "name": "Test Terminal", "sn": "1234567890" }