Omnipay\Alipay\Requests\AopNotifyRequest::setVerifyNotifyId PHP Метод

setVerifyNotifyId() публичный Метод

public setVerifyNotifyId ( boolean $value ) : AopNotifyRequest
$value boolean
Результат AopNotifyRequest
    public function setVerifyNotifyId($value)
    {
        $this->verifyNotifyId = $value;
        return $this;
    }