You are here

public function InvoiceItemInterface::setCreatedTime in Commerce Invoice 8.2

Sets the invoice item creation timestamp.

Parameters

int $timestamp: The invoice item creation timestamp.

Return value

$this

1 method overrides InvoiceItemInterface::setCreatedTime()
InvoiceItem::setCreatedTime in src/Entity/InvoiceItem.php
Sets the invoice item creation timestamp.

File

src/Entity/InvoiceItemInterface.php, line 215

Class

InvoiceItemInterface
Defines the interface for invoice items.

Namespace

Drupal\commerce_invoice\Entity

Code

public function setCreatedTime($timestamp);