OBJECT

TimesheetPayItem

A timesheet pay item.

link GraphQL Schema definition

  • type TimesheetPayItem {
  • # The unique ID.
  • id: Int!
  • # The name of the timesheet charge item.
  • label: String!
  • # The corresponding pay code.
  • pay_code: PayCode
  • # The rate of the timesheet charge item.
  • rate: Float!
  • # The corresponding timesheet.
  • timesheet: Timesheet
  • # The rate of the timesheet charge item.
  • units: Float!
  • }