You are here

public function InvoiceInterface::setInvoiceNumber in Commerce Invoice 8.2

Sets the invoice number.

Parameters

string $invoice_number: The invoice number.

Return value

$this

1 method overrides InvoiceInterface::setInvoiceNumber()
Invoice::setInvoiceNumber in src/Entity/Invoice.php
Sets the invoice number.

File

src/Entity/InvoiceInterface.php, line 35

Class

InvoiceInterface
Defines the interface for invoices.

Namespace

Drupal\commerce_invoice\Entity

Code

public function setInvoiceNumber($invoice_number);