UpdateInvoiceInput
No description
input UpdateInvoiceInput {
number: String
url: String
}
Fields
UpdateInvoiceInput.number ● String scalar
Invoice number
UpdateInvoiceInput.url ● String scalar
URL of an invoice to download.
Member Of
invoiceUpdate mutation