You are here

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

Code

public function setDueDays($days);