PHP Class Omnipay\WechatPay\Message\QueryOrderRequest

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

Protected Properties

Свойство Type Description
$endpoint

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.
getOutTradeNo ( ) : mixed
getTransactionId ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setOutTradeNo ( mixed $outTradeNo )
setTransactionId ( $transactionId )

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

getOutTradeNo() public méthode

public getOutTradeNo ( ) : mixed
Résultat mixed

getTransactionId() public méthode

public getTransactionId ( ) : mixed
Résultat mixed

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

setOutTradeNo() public méthode

public setOutTradeNo ( mixed $outTradeNo )
$outTradeNo mixed

setTransactionId() public méthode

public setTransactionId ( $transactionId )

Property Details

$endpoint protected_oe property

protected $endpoint