OBJECT
Transaction
Transaction
link GraphQL Schema definition
- type Transaction {
- # amount of the Transaction
- Float :
- # bank Account Name of the Transaction
- String :
- # street of the Transaction
- String :
- # bank Account Number of the Transaction
- String :
- # bank Transaction ID of the Transaction
- ID :
- # bank_transfer_reference of the Transaction
- String :
- # cheque_no of the Transaction
- String :
- # contact_id of the Transaction
- ID :
- # deposit_forfeited_at of the Transaction
- ISO8601DateTime :
- # formatted transaction_date of the Transaction
- String :
- # from_rellopay of the Transaction
- Boolean :
- # ID of the Transaction
- ID! :
- # ledger ID of the Transaction
- ID :
- # method of the Transaction
- String :
- # other_party of the Transaction
- String :
- # other Party Name of the Transaction
- String :
- # payment_no of the Transaction
- Int :
- # payment_request_id of the Transaction
- ID :
- # property IDs of the Transaction
- ID!] : [
- # reason of the Transaction
- String :
- # receipt_no of the Transaction
- Int :
- # reconciled_at of the Transaction
- ISO8601DateTime :
- # reversed_at of the Transaction
- ISO8601DateTime :
- # reversed_by of the Transaction
- Int :
- # sub_type of the Transaction
- String :
- # to_agency of the Transaction
- Boolean :
- # to_rellopay of the Transaction
- Boolean :
- # transaction_date of the Transaction
- ISO8601DateTime :
- # transaction_partner_id of the Transaction
- ID :
- # transaction_type of the Transaction
- String :
- # trust ID of the Transaction
- ID :
- # user_id of the Transaction
- ID :
- }