You are here

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\Entity

Code

public function getDueDateTime();