GraphQL OBJECT
JournalItemPurchaseAssignment
One purchase assignment related to the journal item.
link Definition
- type JournalItemPurchaseAssignment {
- # The amount.
- : CurrencyAmount
- # Is the payment accepted?
- : Boolean
- # The corresponding purchase.
- : Purchase
- }