OBJECT
AgentLedgerTransaction
Agent ledger transactions
link GraphQL Schema definition
- type AgentLedgerTransaction {
- # Agent ledger of the transaction
- : AgentLedger!
- # Amount of the transaction in cents
- : Money!
- # Contract allocation of the transaction (if present)
- : ContractAllocation
- # The reason for the transaction
- : String!
- # the id of the agent ledger transaction
- : ID
- # Transaction that this transaction was reversed by
- : AgentLedgerTransaction
- # Transaction that this transaction reverses (if this is a reversal)
- : AgentLedgerTransaction
- # Trading Bank Account ID
- : ID
- # Date of the transaction
- : ISO8601DateTime!
- : AgentLedgerTransactionTypeEnum!
- }