You are here

public function InvoiceType::getDueDays in Commerce Invoice 8.2

Gets the invoice type due days.

Return value

int|null The invoice type due days.

Overrides InvoiceTypeInterface::getDueDays

File

src/Entity/InvoiceType.php, line 184

Class

InvoiceType
Defines the invoice type entity class.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getDueDays() {
  return $this->dueDays;
}