OBJECT

ContractDeductionTemplate

Contract Deduction Template

link GraphQL Schema definition

  • type ContractDeductionTemplate {
  • # Account of the user
  • account: Account!
  • # Contract Deduction as a number
  • amount: Money
  • # Item Name on Deductions section
  • code: String!
  • # When the Contract Deduction was created
  • createdAt: ISO8601DateTime!
  • # Contract Deduction description
  • description: String!
  • # Contract Deduction's gst applies or free
  • gst: Boolean
  • # ID of the Contract Deduction Template
  • id: ID!
  • # Contract Deduction in percentage
  • percent: Float
  • # When the Contract Deduction was last updated
  • updatedAt: ISO8601DateTime!
  • }