OBJECT
ContractDeduction
Contract Deduction
link GraphQL Schema definition
- type ContractDeduction {
- # Contract Deduction as a number
- Float :
- # Item Name on Deductions section
- String! :
- # Contract Allocation
- ContractAllocation! :
- # When the Contract Deduction was created
- ISO8601DateTime! :
- # Contract Deduction description
- String :
- # Contract Deduction's gst applies or free
- Boolean :
- # Contract Deduction was created Including GST
- Boolean :
- # ID of the Contract Deduction
- ID! :
- # Contract Deduction's calculation basis (percent or amount)
- ItemCalculationBasisEnum :
- # Contract Deduction in percentage
- Float :
- # When the Contract Deduction was last updated
- ISO8601DateTime! :
- }
link Require by
- ContractContract
- ContractDeductionConnectionThe connection type for ContractDeduction.
- ContractDeductionEdgeAn edge in a connection.
- CreateContractDeductionPayloadAutogenerated return type of CreateContractDeduction
- DestroyContractDeductionPayloadAutogenerated return type of DestroyContractDeduction
- QueryThe query root of this schema
- UpdateContractDeductionPayloadAutogenerated return type of UpdateContractDeduction