PayPal\Api\BillingInfo::setNotificationChannel PHP Method

setNotificationChannel() public method

Valid Values: ["SMS", "EMAIL"]
public setNotificationChannel ( string $notification_channel )
$notification_channel string
    public function setNotificationChannel($notification_channel)
    {
        $this->notification_channel = $notification_channel;
        return $this;
    }