OBJECT

ChargeCode

A payroll charge code.

link GraphQL Schema definition

  • type ChargeCode {
  • # The unique ID.
  • id: Int!
  • # The code.
  • code: String!
  • # The name for the code.
  • label: String
  • }