Omnipay\Alipay\Requests\AopTradePayRequest::setPollingWait PHP Méthode

setPollingWait() public méthode

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