OBJECT
Device
A hardware device
link GraphQL Schema definition
- type Device {
- # Specifies if the Device allow tips
- : Boolean!
- # Specifies preference of the end time for the daily report
- : Time
- # Specifies preference of the start time for the daily report
- : Time
- # Specifies a uniquely identifier for each device in the Orchard network
- : UUID!
- # Elavon request number counter
- : Int!
- # Specifies if the Device support custom tender types
- : Boolean
- # Specifies if the Device's online ordering dashboard is enabled
- : Boolean
- # Specifies if the Device supports saved tickets or not
- : Boolean
- # Specifies if the Device supports or not timekeeping
- : Boolean!
- : String
- # Integrations enabled for the given device
- : [Integration!]!
- # Specifies the kind of device
- : DeviceKind
- # Should the device be in Kiosk Mode?
- : Boolean
- # Specifies the last date and time the Device was seen at
- : DateTime
- # Media Type
- : String
- # Media Metadata
- : [Metadata]
- # Token for Media (Image/Video) for Digital Menu Board devices
- : String
- # Media (Image/Video) for Digital Menu Board devices
- : String
- # Indicates a custom (arbitrary) name for the device to make it easier for users
- # to identify
- : String
- # Organization Unit
- : OrganizationUnit
- # Specifies the Organization Unit Identifier
- : UUID
- # Holds the Device pairing status
- : DevicePairingStatus!
- # Revenue Center
- : RevenueCenter
- # Indicates the current connectivity status of the point of sale device
- : DeviceState!
- # Specifies the Billing Status for the Device
- : DeviceStatus!
- # A unique number identifying a given terminal at a location
- : Int
- : DateTime
- : String
- }