PayPal\Api\CancelNotification::setSendToMerchant PHP Method

setSendToMerchant() public method

Indicates whether to send a copy of the notification 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;
    }