public function InvoiceTypeInterface::setDueDays in Commerce Invoice 8.2
Sets the invoice type due days.
Parameters
int $days: The due days.
Return value
$this
1 method overrides InvoiceTypeInterface::setDueDays()
- InvoiceType::setDueDays in src/
Entity/ InvoiceType.php - Sets the invoice type due days.
File
- src/
Entity/ InvoiceTypeInterface.php, line 80
Class
- InvoiceTypeInterface
- Defines the interface for invoice types.
Namespace
Drupal\commerce_invoice\EntityCode
public function setDueDays($days);