You are here

public function InvoiceInterface::setEmail in Commerce Invoice 8.2

Sets the invoice email.

Parameters

string $mail: The invoice email.

Return value

$this

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

File

src/Entity/InvoiceInterface.php, line 81

Class

InvoiceInterface
Defines the interface for invoices.

Namespace

Drupal\commerce_invoice\Entity

Code

public function setEmail($mail);