OBJECT
ContractDeductionTemplate
Contract Deduction Template
link GraphQL Schema definition
- type ContractDeductionTemplate {
- # Account of the user
- Account! :
- # Contract Deduction as a number
- Money :
- # Item Name on Deductions section
- String! :
- # When the Contract Deduction was created
- ISO8601DateTime! :
- # Contract Deduction description
- String! :
- # Contract Deduction's gst applies or free
- Boolean :
- # ID of the Contract Deduction Template
- ID! :
- # Contract Deduction in percentage
- Float :
- # When the Contract Deduction was last updated
- ISO8601DateTime! :
- }