OBJECT
DrawerCount
A drawer count in POS terminals
link GraphQL Schema definition
- type DrawerCount {
- # Device related with the Drawer Count operation
- : Device!
- # Specifies a uniquely identifier for each device in the Orchard network
- : UUID! @deprecated( reason: "Use Device field instead" )
- : Int
- : Int
- : Int
- : Int
- : UUID
- : Int
- : Int
- : Int
- : Int
- : Int
- : Int
- : Money
- : Int
- : Int
- # User Identifier (PoS operator who made the count)
- : User!
- # User Identifier (PoS operator who made the count)
- : UUID! @deprecated( reason: "Use User field instead" )
- }