InvoiceCancel
Result of invoice cancel mutation.
type InvoiceCancel {
invoice: Invoice
invoiceErrors: [InvoiceError!]!
}
Fields
InvoiceCancel.invoice ● Invoice object
The cancelled invoice.
InvoiceCancel.invoiceErrors ● [InvoiceError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
invoiceCancel mutation