A Device represents a physical POS terminal device.
Properties
Property | Type | Description | Example |
---|---|---|---|
key | String | The unique key used to reference a specific device. It is used to send all requests to a specific device. | "1234567890" |
name | String | The name that has been assigned to the device. | "Test Terminal" |
sn | String | The device's serial number. | "1234567890" |
Example
{
"key": "1234567890",
"name": "Test Terminal",
"sn": "1234567890"
}