GraphQL OBJECT
JournalItem
One journal item related to the customer’s purchase.
link Definition
- type JournalItem {
- # The allocated amount.
- CurrencyAmount :
- # The available amount.
- CurrencyAmount :
- # The number of the associated bank acount.
- String :
- # The identifier code of the associated bank acount.
- String :
- # The date of the booking.
- Date :
- # User who created the journal item.
- UserAccount :
- # Date and time when the journal item was created.
- DateTime :
- # The currency.
- Currency :
- # End to end ID.
- String :
- # The financial account.
- FinancialAccount :
- # The ID of the journal item.
- Int :
- # The imported amount.
- CurrencyAmount :
- # Initiator of the journal item.
- String :
- # User who last modified the journal item.
- UserAccount :
- # Date and time when the last edit occurred.
- DateTime :
- # The notes.
- String :
- # The assignment status.
- PaymentAssignmentStatus :
- # List of purchases and corresponding amounts.
- JournalItemPurchaseAssignment] : [
- # Reason for the transfer.
- String :
- # Flag to indicate whether the journal item was created automatically or by a
- # user.
- Boolean! :
- }