DragonBe\Vies\CheckVatResponse::setName PHP Méthode

setName() public méthode

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