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

setVerifyNotifyId() public method

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