DragonBe\Vies\CheckVatResponse::setAddress PHP 메소드

setAddress() 공개 메소드

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