Omnipay\Alipay\Requests\AopNotifyRequest::setVerifyNotifyId PHP 메소드

setVerifyNotifyId() 공개 메소드

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