public function InvoiceInterface::getDueDateTime in Commerce Invoice 8.2
Gets the invoice due date timestamp.
Return value
int Due date timestamp of the invoice.
1 method overrides InvoiceInterface::getDueDateTime()
- Invoice::getDueDateTime in src/
Entity/ Invoice.php - Gets the invoice due date timestamp.
File
- src/
Entity/ InvoiceInterface.php, line 366
Class
- InvoiceInterface
- Defines the interface for invoices.
Namespace
Drupal\commerce_invoice\EntityCode
public function getDueDateTime();