PHP Class Omnipay\Alipay\Requests\AopCompletePurchaseRequest

Inheritance: extends AbstractAopRequest
Afficher le fichier Open project: lokielse/omnipay-alipay

Méthodes publiques

Méthode 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 méthode

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
Résultat mixed

getParams() public méthode

public getParams ( ) : mixed
Résultat mixed

sendData() public méthode

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

setParams() public méthode

public setParams ( $value )
$value

validateParams() public méthode

public validateParams ( )