PayPal\Api\Template::setDefault PHP Method

setDefault() public method

Indicates that this template is merchant's default. There can be only one template which can be a default.
public setDefault ( boolean $default )
$default boolean
    public function setDefault($default)
    {
        $this->default = $default;
        return $this;
    }