PHP Class Omnipay\WechatPay\Message\CompletePurchaseRequest

Inheritance: extends BaseAbstractRequest
Afficher le fichier Open project: lokielse/omnipay-wechatpay

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.
getRequestParams ( )
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setRequestParams ( $requestParams )

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

getRequestParams() public méthode

public getRequestParams ( )

sendData() public méthode

Send the request with specified data
public sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface
$data mixed The data to send
Résultat Omnipay\Common\Message\ResponseInterface

setRequestParams() public méthode

public setRequestParams ( $requestParams )