OBJECT
ContractExpense
Contract Expenses
link GraphQL Schema definition
- type ContractExpense {
- # Contract Expense amount
- : Float!
- # Contract Expense code
- : String!
- # Contract
- : Contract!
- # When the Contract Expense was created
- : ISO8601DateTime!
- # Contract Allocation Custom Payout Date
- : ISO8601DateTime
- # Contract Expense description
- : String!
- # Contract Expense's calculation basis (percent or amount)
- : ExpenseCalculationBasisEnum
- # Contract Expense's gst applies or free
- : Boolean
- # Contract Expense gst amount
- : Float!
- # ID of the Contract Expense
- : ID!
- # Contract Allocation's payout event type
- : PayoutDateEventEnum
- # Contract Expense percent
- : Float!
- # Contract Expense Total Amount (Amount + Gst Amount)
- : Float!
- # When the Contract Expense was last updated
- : ISO8601DateTime!
- }
link Require by
- ContractContract
- ContractExpenseConnectionThe connection type for ContractExpense.
- ContractExpenseEdgeAn edge in a connection.
- CreateContractExpensePayloadAutogenerated return type of CreateContractExpense
- DestroyContractExpensePayloadAutogenerated return type of DestroyContractExpense
- QueryThe query root of this schema
- UpdateContractExpensePayloadAutogenerated return type of UpdateContractExpense