PHP Class Omnipay\WechatPay\Message\RefundOrderRequest

Inheritance: extends BaseAbstractRequest
Mostra file Open project: lokielse/omnipay-wechatpay

Protected Properties

Property Type Description
$endpoint

Public Methods

Method Description
getCertPath ( ) : mixed
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
getKeyPath ( ) : mixed
getOpUserId ( ) : mixed
getOutRefundNo ( ) : mixed
getOutTradeNo ( ) : mixed
getRefundFee ( ) : mixed
getRefundType ( ) : mixed
getTotalFee ( ) : mixed
getTransactionId ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setCertPath ( mixed $certPath )
setDeviceInfo ( mixed $deviceInfo )
setKeyPath ( mixed $keyPath )
setOpUserId ( mixed $opUserId )
setOutRefundNo ( mixed $outRefundNo )
setOutTradeNo ( mixed $outTradeNo )
setRefundFee ( mixed $refundFee )
setRefundType ( mixed $refundFeeType )
setTotalFee ( mixed $totalFee )
setTransactionId ( $transactionId )

Method Details

getCertPath() public method

public getCertPath ( ) : mixed
return mixed

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

getKeyPath() public method

public getKeyPath ( ) : mixed
return mixed

getOpUserId() public method

public getOpUserId ( ) : mixed
return mixed

getOutRefundNo() public method

public getOutRefundNo ( ) : mixed
return mixed

getOutTradeNo() public method

public getOutTradeNo ( ) : mixed
return mixed

getRefundFee() public method

public getRefundFee ( ) : mixed
return mixed

getRefundType() public method

public getRefundType ( ) : mixed
return mixed

getTotalFee() public method

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

setCertPath() public method

public setCertPath ( mixed $certPath )
$certPath mixed

setDeviceInfo() public method

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

setKeyPath() public method

public setKeyPath ( mixed $keyPath )
$keyPath mixed

setOpUserId() public method

public setOpUserId ( mixed $opUserId )
$opUserId mixed

setOutRefundNo() public method

public setOutRefundNo ( mixed $outRefundNo )
$outRefundNo mixed

setOutTradeNo() public method

public setOutTradeNo ( mixed $outTradeNo )
$outTradeNo mixed

setRefundFee() public method

public setRefundFee ( mixed $refundFee )
$refundFee mixed

setRefundType() public method

public setRefundType ( mixed $refundFeeType )
$refundFeeType mixed

setTotalFee() public method

public setTotalFee ( mixed $totalFee )
$totalFee mixed

setTransactionId() public method

public setTransactionId ( $transactionId )

Property Details

$endpoint protected_oe property

protected $endpoint