INPUT_OBJECT

MarkInvoiceAsPaidInput

link GraphQL Schema definition

1input MarkInvoiceAsPaidInput {
2
3# Exactly one input field should be provided
4invoice: InvoiceInput!
5
6# If empty, it will set current date
7paymentDate: Date
8
9# If empty, it will set default currency rate
10baseCurrencyRate: Float
11}

link Required by