OBJECT
ContractAllocation
Contract Allocation
link GraphQL Schema definition
- type ContractAllocation {
- : Agent!
- # Transactions
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- (
- : String,
- : String,
- : Int,
- : Int,
- : Int,
- : Int,
- : AgentLedgerTransactionOrderEnum,
- : ISO8601DateTime,
- : ISO8601DateTime
- ): AgentLedgerTransactionConnection!
- # Contract Allocation's split as a number
- : Float
- # Contract Allocation's split in percentage
- : Float
- # Contract Allocation's amount to agent as a number
- : Float
- # name of the category at the time of allocation creation
- : String
- # Commission Category
- : CommissionCategory
- # Contract
- : Contract!
- # contract deductions of the allocation
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (
- : String,
- : String,
- : Int,
- : Int
- ): ContractDeductionConnection
- # When the contract allocation was created
- : ISO8601DateTime!
- # Contract Allocation Custom Payout Date
- : ISO8601DateTime
- # Contract Allocation commission type
- : FromCommissionTypeEnum
- # Amount to Agent calculated from which type of commission distribution
- : FromDistributableTypeEnum
- # Contract Allocation's gst rate
- : Float
- # Gst view deductions of the Contract Allocation
- : GstViewEnum
- # ID of the Contract Allocation
- : ID!
- # Contract Allocation's net agent split. (split_amount - deductions)
- : Float
- # Contract Allocation net payable amount
- : Float
- # Contract Allocation's agent commission fully paid off
- : PaidEnum
- # Contract Allocation's remaining payable balance to agent. (Net commission -
- # ledger transactions)
- : Float
- # Contract Allocation's payout event type
- : PayoutDateEventEnum
- # Contract Allocation's percent to agent in percentage
- : Float
- # Agent was registered for gst when Agent Allocation was created
- : Boolean
- # Contract Allocation's superannuation rate
- : Float
- # Agent split commission type
- : ToAgentTypeEnum
- # When the contract allocation was last updated
- : ISO8601DateTime!
- }
link Require by
- AgentLedgerTransactionAgent ledger transactions
- ContractContract
- ContractAllocationConnectionThe connection type for ContractAllocation.
- ContractAllocationEdgeAn edge in a connection.
- ContractDeductionContract Deduction
- CreateContractAllocationPayloadAutogenerated return type of CreateContractAllocation
- DestroyContractAllocationPayloadAutogenerated return type of DestroyContractAllocation
- QueryThe query root of this schema
- UpdateContractAllocationPayloadAutogenerated return type of UpdateContractAllocation