Omnipay\Alipay\Requests\AopTradePayRequest::setPollingWait PHP Method

setPollingWait() public method

public setPollingWait ( integer $pollingWait ) : AopTradePayRequest
$pollingWait integer
return AopTradePayRequest
    public function setPollingWait($pollingWait)
    {
        $this->pollingWait = $pollingWait;
        return $this;
    }