You are here

public function OrderTypeInterface::setReceiptBcc in Commerce Core 8.2

Sets the receipt BCC email.

Parameters

string $receipt_bcc: The receipt BCC email.

Return value

$this

1 method overrides OrderTypeInterface::setReceiptBcc()
OrderType::setReceiptBcc in modules/order/src/Entity/OrderType.php
Sets the receipt BCC email.

File

modules/order/src/Entity/OrderTypeInterface.php, line 136

Class

OrderTypeInterface
Defines the interface for order types.

Namespace

Drupal\commerce_order\Entity

Code

public function setReceiptBcc($receipt_bcc);