ENUM

DeviceStatus

Device Billing Status

This enumerate holds the valid values for the billing status of the Device.

link GraphQL Schema definition

  • enum DeviceStatus {
  • # Device billing & payments are up to date. With the `LIVE` status, a device
  • # should operate normally
  • LIVE
  • # Device billing is delinquent by 30 days at a given location
  • LOCKED
  • # Payment information has not yet been provided at the relevant location
  • STANDBY
  • }