DragonBe\Vies\CheckVatResponse::setName PHP Method

setName() public method

Sets optionally the registered name of the company
public setName ( string $name ) : CheckVatResponse
$name string
return CheckVatResponse
    public function setName($name)
    {
        $this->name = (string) $name;
        return $this;
    }