OBJECT

PayCode

A payroll pay code.

link GraphQL Schema definition

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