GraphQL INPUT_OBJECT

JournalItemPurchaseAssignmentInput

One purchase assignment related to the journal item.

link Definition

  • input JournalItemPurchaseAssignmentInput {
  • # The amount.
  • amount: Decimal!
  • # Is the payment accepted?
  • acceptPayment: Boolean!
  • # The corresponding purchase.
  • purchaseId: Int
  • }