PHP Class Omnipay\WechatPay\Message\QueryRefundRequest

Inheritance: extends BaseAbstractRequest
ファイルを表示 Open project: lokielse/omnipay-wechatpay

Protected Properties

Property Type Description
$endpoint

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.
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 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

getDeviceInfo() public method

public getDeviceInfo ( ) : mixed
return mixed

getOutRefundNo() public method

public getOutRefundNo ( ) : mixed
return mixed

getOutTradeNo() public method

public getOutTradeNo ( ) : mixed
return mixed

getRefundId() public method

public getRefundId ( ) : mixed
return mixed

getTransactionId() public method

public getTransactionId ( ) : mixed
return mixed

sendData() public method

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

setDeviceInfo() public method

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

setOutRefundNo() public method

public setOutRefundNo ( mixed $outRefundNo )
$outRefundNo mixed

setOutTradeNo() public method

public setOutTradeNo ( mixed $outTradeNo )
$outTradeNo mixed

setRefundId() public method

public setRefundId ( mixed $refundId )
$refundId mixed

setTransactionId() public method

public setTransactionId ( $transactionId )

Property Details

$endpoint protected_oe property

protected $endpoint