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

setVerifyNotifyId() 공개 메소드

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