GraphQL INPUT_OBJECT
UpdateJournalItemInput
Input for creation of journal item.
link Definition
- input UpdateJournalItemInput {
- Int! :
- # 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] : [
- }