GraphQL OBJECT

JournalItemPurchaseAssignment

One purchase assignment related to the journal item.

link Definition

  • type JournalItemPurchaseAssignment {
  • # The amount.
  • amount: CurrencyAmount
  • # Is the payment accepted?
  • isAccepted: Boolean
  • # The corresponding purchase.
  • purchase: Purchase
  • }