PayPal\Api\Tax::setName PHP Method

setName() public method

The tax name. Maximum length is 20 characters.
public setName ( string $name )
$name string
    public function setName($name)
    {
        $this->name = $name;
        return $this;
    }