onInvoiceOverdue( )


An event that fires when an invoice is overdue.

The onInvoiceOverdue() event handler runs when an invoice is overdue. The received Invoice object contains information about the invoice that is overdue.

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

Method Declaration
Copy
Method Parameters
eventInvoiceRequired

The invoice that is overdue.

Was this helpful?
Yes
No