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

setAddress() public méthode

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