GraphQL INPUT_OBJECT
One purchase assignment related to the journal item.
input JournalItemPurchaseAssignmentInput {# The amount.amount: Decimal!# Is the payment accepted?acceptPayment: Boolean!# The corresponding purchase.purchaseId: Int}