OBJECT

TimesheetChargeItem

A timesheet charge item.

link GraphQL Schema definition

  • type TimesheetChargeItem {
  • # The corresponding charge code.
  • charge_code: ChargeCode
  • # The unique ID.
  • id: Int!
  • # The name of the timesheet charge item.
  • label: String!
  • # The rate of the timesheet charge item.
  • rate: Float!
  • # The corresponding timesheet.
  • timesheet: Timesheet
  • # The rate of the timesheet charge item.
  • units: Float!
  • }