PHP Class Omnipay\WechatPay\Message\QueryRefundRequest

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.
getDeviceInfo ( ) : mixed
getOutRefundNo ( ) : mixed
getOutTradeNo ( ) : mixed
getRefundId ( ) : mixed
getTransactionId ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setDeviceInfo ( mixed $deviceInfo )
setOutRefundNo ( mixed $outRefundNo )
setOutTradeNo ( mixed $outTradeNo )
setRefundId ( mixed $refundId )
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

getDeviceInfo() public méthode

public getDeviceInfo ( ) : mixed
Résultat mixed

getOutRefundNo() public méthode

public getOutRefundNo ( ) : mixed
Résultat mixed

getOutTradeNo() public méthode

public getOutTradeNo ( ) : mixed
Résultat mixed

getRefundId() public méthode

public getRefundId ( ) : 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

setDeviceInfo() public méthode

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

setOutRefundNo() public méthode

public setOutRefundNo ( mixed $outRefundNo )
$outRefundNo mixed

setOutTradeNo() public méthode

public setOutTradeNo ( mixed $outTradeNo )
$outTradeNo mixed

setRefundId() public méthode

public setRefundId ( mixed $refundId )
$refundId mixed

setTransactionId() public méthode

public setTransactionId ( $transactionId )

Property Details

$endpoint protected_oe property

protected $endpoint