PayPal\Api\Presentation::setReturnUrlLabel PHP Method

setReturnUrlLabel() public method

A label to use as hypertext for the return to merchant link.
public setReturnUrlLabel ( string $return_url_label )
$return_url_label string
    public function setReturnUrlLabel($return_url_label)
    {
        $this->return_url_label = $return_url_label;
        return $this;
    }