InvoiceSendNotification
Result of invoice send notification mutation.
type InvoiceSendNotification {
invoice: Invoice
invoiceErrors: [InvoiceError!]!
}
Fields
InvoiceSendNotification.invoice ● Invoice object
The invoice for which notification was sent.
InvoiceSendNotification.invoiceErrors ● [InvoiceError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
invoiceSendNotification mutation