onInvoiceSent( )


An event that fires when an invoice is sent.

The onInvoiceSent() event handler runs when an invoice is sent. The received Invoice object contains information about the invoice that was sent.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventInvoiceRequired

The invoice that was sent.

Was this helpful?
Yes
No