Omnipay\Alipay\Requests\AopNotifyRequest::setVerifyNotifyId PHP Method

setVerifyNotifyId() public method

public setVerifyNotifyId ( boolean $value ) : AopNotifyRequest
$value boolean
return AopNotifyRequest
    public function setVerifyNotifyId($value)
    {
        $this->verifyNotifyId = $value;
        return $this;
    }