OBJECT

DrawerCount

A drawer count in POS terminals

link GraphQL Schema definition

  • type DrawerCount {
  • # Device related with the Drawer Count operation
  • device: Device!
  • # Specifies a uniquely identifier for each device in the Orchard network
  • deviceId: UUID! @deprecated( reason: "Use Device field instead" )
  • dimes: Int
  • dollars: Int
  • fiftyDollars: Int
  • fiveDollars: Int
  • id: UUID
  • nickels: Int
  • oneHundredDollars: Int
  • pennies: Int
  • quarters: Int
  • tenDollars: Int
  • timestamp: Int
  • total: Money
  • twentyDollars: Int
  • twoDollars: Int
  • # User Identifier (PoS operator who made the count)
  • user: User!
  • # User Identifier (PoS operator who made the count)
  • userId: UUID! @deprecated( reason: "Use User field instead" )
  • }