PayPal\Api\Notification::setSendToMerchant PHP Метод

setSendToMerchant() публичный Метод

Indicates whether to send a copy of the email to the merchant.
public setSendToMerchant ( boolean $send_to_merchant )
$send_to_merchant boolean
    public function setSendToMerchant($send_to_merchant)
    {
        $this->send_to_merchant = $send_to_merchant;
        return $this;
    }