You are here

public function InvoiceTypeInterface::getConfirmationBcc in Commerce Invoice 8.2

Gets the confirmation BCC email.

If provided, this email will receive a copy of the confirmation email.

Return value

string The confirmation BCC email.

1 method overrides InvoiceTypeInterface::getConfirmationBcc()
InvoiceType::getConfirmationBcc in src/Entity/InvoiceType.php
Gets the confirmation BCC email.

File

src/Entity/InvoiceTypeInterface.php, line 164

Class

InvoiceTypeInterface
Defines the interface for invoice types.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getConfirmationBcc();