OBJECT

DrawerCountForTable

A drawer count for the table in a report

link GraphQL Schema definition

  • type DrawerCountForTable {
  • activeMember: String!
  • dimes: Int!
  • dollars: Int!
  • fiftyDollars: Int!
  • fiveDollars: Int!
  • nickels: Int!
  • oneHundredDollars: Int!
  • pennies: Int!
  • quarters: Int!
  • tenDollars: Int!
  • terminalName: String!
  • timestamp: DateTime!
  • total: Money!
  • twentyDollars: Int!
  • twoDollars: Int!
  • }