cancelInvoice
Used to cancel an invoice. Only posted invoices can be cancelled.
Requires authorization features: billing:invoicing:edit
cancelInvoice(
input: CancelInvoiceInput!
): Boolean!
Directives
auth
Requires authorization features: billing:invoicing:edit
Arguments
cancelInvoice.input ● CancelInvoiceInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.