PHP Class Omnipay\WechatPay\Message\RefundOrderRequest

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

Protected Properties

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

Méthodes publiques

Méthode 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 méthode

public getCertPath ( ) : mixed
Résultat mixed

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

getKeyPath() public méthode

public getKeyPath ( ) : mixed
Résultat mixed

getOpUserId() public méthode

public getOpUserId ( ) : mixed
Résultat mixed

getOutRefundNo() public méthode

public getOutRefundNo ( ) : mixed
Résultat mixed

getOutTradeNo() public méthode

public getOutTradeNo ( ) : mixed
Résultat mixed

getRefundFee() public méthode

public getRefundFee ( ) : mixed
Résultat mixed

getRefundType() public méthode

public getRefundType ( ) : mixed
Résultat mixed

getTotalFee() public méthode

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

setCertPath() public méthode

public setCertPath ( mixed $certPath )
$certPath mixed

setDeviceInfo() public méthode

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

setKeyPath() public méthode

public setKeyPath ( mixed $keyPath )
$keyPath mixed

setOpUserId() public méthode

public setOpUserId ( mixed $opUserId )
$opUserId mixed

setOutRefundNo() public méthode

public setOutRefundNo ( mixed $outRefundNo )
$outRefundNo mixed

setOutTradeNo() public méthode

public setOutTradeNo ( mixed $outTradeNo )
$outTradeNo mixed

setRefundFee() public méthode

public setRefundFee ( mixed $refundFee )
$refundFee mixed

setRefundType() public méthode

public setRefundType ( mixed $refundFeeType )
$refundFeeType mixed

setTotalFee() public méthode

public setTotalFee ( mixed $totalFee )
$totalFee mixed

setTransactionId() public méthode

public setTransactionId ( $transactionId )

Property Details

$endpoint protected_oe property

protected $endpoint