Omnipay\Alipay\Requests\AopTradeAppPayRequest::setNotifyUrl PHP 메소드

setNotifyUrl() 공개 메소드

public setNotifyUrl ( $value )
$value
    public function setNotifyUrl($value)
    {
        return $this->setParameter('notify_url', $value);
    }