public function InvoiceInterface::setDueDateTime in Commerce Invoice 8.2
Sets the invoice due date timestamp.
Parameters
int $timestamp: The invoice due date timestamp.
Return value
$this
1 method overrides InvoiceInterface::setDueDateTime()
- Invoice::setDueDateTime in src/
Entity/ Invoice.php - Sets the invoice due date timestamp.
File
- src/
Entity/ InvoiceInterface.php, line 376
Class
- InvoiceInterface
- Defines the interface for invoices.
Namespace
Drupal\commerce_invoice\EntityCode
public function setDueDateTime($timestamp);