PHP Class Omnipay\Alipay\Requests\AopTradePayRequest

Inheritance: extends AbstractAopRequest
Exibir arquivo Open project: lokielse/omnipay-alipay

Protected Properties

Property Type Description
$method
$notifiable
$polling
$pollingAttempts
$pollingWait
$response Omnipay\Alipay\Responses\AopTradePayResponse | Omnipay\Alipay\Responses\AopTradeQueryResponse | Omnipay\Alipay\Responses\AopTradeCancelResponse

Public Methods

Method Description
sendData ( mixed $data ) : AopTradePayResponse | AopTradeQueryResponse Send the request with specified data
setPolling ( boolean $polling ) : AopTradePayRequest
setPollingAttempts ( integer $pollingAttempts ) : AopTradePayRequest
setPollingWait ( integer $pollingWait ) : AopTradePayRequest
validateParams ( )

Protected Methods

Method Description
cancel ( )
polling ( )
query ( )

Method Details

cancel() protected method

protected cancel ( )

polling() protected method

protected polling ( )

query() protected method

protected query ( )

sendData() public method

Send the request with specified data
public sendData ( mixed $data ) : AopTradePayResponse | AopTradeQueryResponse
$data mixed The data to send
return Omnipay\Alipay\Responses\AopTradePayResponse | Omnipay\Alipay\Responses\AopTradeQueryResponse

setPolling() public method

public setPolling ( boolean $polling ) : AopTradePayRequest
$polling boolean
return AopTradePayRequest

setPollingAttempts() public method

public setPollingAttempts ( integer $pollingAttempts ) : AopTradePayRequest
$pollingAttempts integer
return AopTradePayRequest

setPollingWait() public method

public setPollingWait ( integer $pollingWait ) : AopTradePayRequest
$pollingWait integer
return AopTradePayRequest

validateParams() public method

public validateParams ( )

Property Details

$method protected_oe property

protected $method

$notifiable protected_oe property

protected $notifiable

$polling protected_oe property

protected $polling

$pollingAttempts protected_oe property

protected $pollingAttempts

$pollingWait protected_oe property

protected $pollingWait

$response protected_oe property

protected AopTradePayResponse,Omnipay\Alipay\Responses|AopTradeQueryResponse,Omnipay\Alipay\Responses|AopTradeCancelResponse,Omnipay\Alipay\Responses $response
return Omnipay\Alipay\Responses\AopTradePayResponse | Omnipay\Alipay\Responses\AopTradeQueryResponse | Omnipay\Alipay\Responses\AopTradeCancelResponse