public function InvoiceTypeInterface::getDueDays in Commerce Invoice 8.2
Gets the invoice type due days.
Return value
int|null The invoice type due days.
1 method overrides InvoiceTypeInterface::getDueDays()
- InvoiceType::getDueDays in src/
Entity/ InvoiceType.php - Gets the invoice type due days.
File
- src/
Entity/ InvoiceTypeInterface.php, line 70
Class
- InvoiceTypeInterface
- Defines the interface for invoice types.
Namespace
Drupal\commerce_invoice\EntityCode
public function getDueDays();