DragonBe\Vies\CheckVatResponse::setValid PHP Method

setValid() public method

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