voidInvoice
Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to deletion, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.
voidInvoice(
id: ID!
): Invoice
Arguments
voidInvoice.id
● ID!
non-null scalar
Type
Invoice
object
Represents information about an invoice.