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

setVerifyNotifyId() public method

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