InvoiceSendNotification
Send an invoice notification to the customer.
type InvoiceSendNotification {
invoiceErrors: [InvoiceError!]!
invoice: Invoice
}
Fields
InvoiceSendNotification.invoiceErrors ● [InvoiceError!]! non-null object
InvoiceSendNotification.invoice ● Invoice object
Returned By
invoiceSendNotification mutation