OBJECT
AgentLedgerRecurringTransaction
Agent ledger recurring transactions
link GraphQL Schema definition
- type AgentLedgerRecurringTransaction {
- # Agent ledger of the recurring transaction
- AgentLedger! :
- # Amount of the recurring transaction in cents
- Money! :
- # The reason for the recurring transaction
- String! :
- # number of payments left until end if end type is Number of payments
- Int :
- # end date if end type set by date
- ISO8601DateTime :
- # type of how or when this recurring transaction will end
- EndTypeEnum :
- # frequency of the frequency type
- Int :
- # frequency detail of the frequency type
- Int :
- # frequency type of the recurring transaction
- FrequencyTypeEnum :
- # the id of the agent ledger recurring transaction
- ID :
- # date of next recurring transaction
- ISO8601DateTime! :
- # start date of the recurring transaction
- ISO8601DateTime! :
- # From Bank Account for transaction
- TradingBankAccount :
- # CREDIT or DEBIT transaction
- AgentLedgerTransactionTypeEnum! :
- }
link Require by
- AgentLedgerRecurringTransactionConnectionThe connection type for AgentLedgerRecurringTransaction.
- AgentLedgerRecurringTransactionEdgeAn edge in a connection.
- CreateAgentLedgerRecurringTransactionPayloadAutogenerated return type of CreateAgentLedgerRecurringTransaction
- DestroyAgentLedgerRecurringTransactionPayloadAutogenerated return type of DestroyAgentLedgerRecurringTransaction
- QueryThe query root of this schema
- UpdateAgentLedgerRecurringTransactionPayloadAutogenerated return type of UpdateAgentLedgerRecurringTransaction