InvoiceRequestDelete
Result of invoice request delete mutation.
type InvoiceRequestDelete {
invoice: Invoice
invoiceErrors: [InvoiceError!]!
}
Fields
InvoiceRequestDelete.invoice ● Invoice object
The invoice requested for deletion.
InvoiceRequestDelete.invoiceErrors ● [InvoiceError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
invoiceRequestDelete mutation