GraphQL OBJECT
JournalItemSearchResultItem
link Definition
- type JournalItemSearchResultItem {
- # International bank account number.
- : String
- # Date of the booking.
- : Date
- # User that created the journal item.
- : UserAccount
- # Financial account.
- : FinancialAccount
- # The initiator.
- : String
- # Id of the journal item.
- : Int
- # User that last modified the journal item.
- : UserAccount
- # Notes.
- : String
- # Payment assignment status.
- : PaymentAssignmentStatus
- # Purchase assignments.
- : PurchaseAssignment
- # Reason for the transfer.
- : String
- # Total amount.
- : Decimal
- }