INPUT_OBJECT

RegisterInvoicePaymentInput

link GraphQL Schema definition

1input RegisterInvoicePaymentInput {
2
3# Exactly one input field should be provided
4invoice: InvoiceInput!
5
6paidValue: MonetaryValueInput!
7
8paymentDate: Date
9
10baseCurrencyRate: Float
11}

link Required by