OBJECT

ContractDeduction

Contract Deduction

link GraphQL Schema definition

  • type ContractDeduction {
  • # Contract Deduction as a number
  • amount: Float
  • # Item Name on Deductions section
  • code: String!
  • # Contract Allocation
  • contractAllocation: ContractAllocation!
  • # When the Contract Deduction was created
  • createdAt: ISO8601DateTime!
  • # Contract Deduction description
  • description: String
  • # Contract Deduction's gst applies or free
  • gst: Boolean
  • # Contract Deduction was created Including GST
  • gstCalcBasis: Boolean
  • # ID of the Contract Deduction
  • id: ID!
  • # Contract Deduction's calculation basis (percent or amount)
  • itemCalculationBasis: ItemCalculationBasisEnum
  • # Contract Deduction in percentage
  • percent: Float
  • # When the Contract Deduction was last updated
  • updatedAt: ISO8601DateTime!
  • }