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;
    }