PHP Class Omnipay\Alipay\Requests\AopCompletePurchaseRequest

Inheritance: extends AbstractAopRequest
Mostra file Open project: lokielse/omnipay-alipay

Public Methods

Method Description
getData ( ) : mixed Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
getParams ( ) : mixed
sendData ( mixed $data ) : AopCompletePurchaseResponse Send the request with specified data
setParams ( $value )
validateParams ( )

Method Details

getData() public method

Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
public getData ( ) : mixed
return mixed

getParams() public method

public getParams ( ) : mixed
return mixed

sendData() public method

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

setParams() public method

public setParams ( $value )
$value

validateParams() public method

public validateParams ( )