DragonBe\Vies\CheckVatResponse::setAddress PHP Method

setAddress() public method

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