Omnipay\Alipay\Requests\AopNotifyRequest::setVerifyNotifyId PHP Méthode

setVerifyNotifyId() public méthode

public setVerifyNotifyId ( boolean $value ) : AopNotifyRequest
$value boolean
Résultat AopNotifyRequest
    public function setVerifyNotifyId($value)
    {
        $this->verifyNotifyId = $value;
        return $this;
    }