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

setValid() 공개 메소드

Sets the flag to indicate the provided details were valid or not
public setValid ( boolean $flag ) : CheckVatResponse
$flag boolean
리턴 CheckVatResponse
    public function setValid($flag)
    {
        $this->valid = (bool) $flag;
        return $this;
    }