OBJECT

Transaction

Transaction

link GraphQL Schema definition

  • type Transaction {
  • # amount of the Transaction
  • amount: Float
  • # bank Account Name of the Transaction
  • bankAccountName: String
  • # street of the Transaction
  • bankAccountNumber: String
  • # bank Account Number of the Transaction
  • bankBsb: String
  • # bank Transaction ID of the Transaction
  • bankTransactionId: ID
  • # bank_transfer_reference of the Transaction
  • bankTransferReference: String
  • # cheque_no of the Transaction
  • chequeNo: String
  • # contact_id of the Transaction
  • contactId: ID
  • # deposit_forfeited_at of the Transaction
  • depositForfeitedAt: ISO8601DateTime
  • # formatted transaction_date of the Transaction
  • formattedTransactionDate: String
  • # from_rellopay of the Transaction
  • fromRellopay: Boolean
  • # ID of the Transaction
  • id: ID!
  • # ledger ID of the Transaction
  • ledgerId: ID
  • # method of the Transaction
  • method: String
  • # other_party of the Transaction
  • otherParty: String
  • # other Party Name of the Transaction
  • otherPartyName: String
  • # payment_no of the Transaction
  • paymentNo: Int
  • # payment_request_id of the Transaction
  • paymentRequestId: ID
  • # property IDs of the Transaction
  • propertyIds: [ID!]
  • # reason of the Transaction
  • reason: String
  • # receipt_no of the Transaction
  • receiptNo: Int
  • # reconciled_at of the Transaction
  • reconciledAt: ISO8601DateTime
  • # reversed_at of the Transaction
  • reversedAt: ISO8601DateTime
  • # reversed_by of the Transaction
  • reversedBy: Int
  • # sub_type of the Transaction
  • subType: String
  • # to_agency of the Transaction
  • toAgency: Boolean
  • # to_rellopay of the Transaction
  • toRellopay: Boolean
  • # transaction_date of the Transaction
  • transactionDate: ISO8601DateTime
  • # transaction_partner_id of the Transaction
  • transactionPartnerId: ID
  • # transaction_type of the Transaction
  • transactionType: String
  • # trust ID of the Transaction
  • trustId: ID
  • # user_id of the Transaction
  • userId: ID
  • }