GraphQL INPUT_OBJECT
CreateJournalItemInput
Input for creation of journal item.
link Definition
- input CreateJournalItemInput {
- # The financial account id.
- : String!
- # The date of the booking.
- : Date!
- # The currency value.
- : ManualPaymentAssignmentCurrencyEnum!
- # The payment assignment status.
- : PaymentAssignmentStatusEnum!
- # The notes.
- : String
- # List of purchases and corresponding amounts.
- : [JournalItemPurchaseAssignmentInput]!
- }