PHP 클래스 Omnipay\WechatPay\Message\RefundOrderRequest

상속: extends BaseAbstractRequest
파일 보기 프로젝트 열기: lokielse/omnipay-wechatpay

보호된 프로퍼티들

프로퍼티 타입 설명
$endpoint

공개 메소드들

메소드 설명
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 )

메소드 상세

getCertPath() 공개 메소드

public getCertPath ( ) : mixed
리턴 mixed

getData() 공개 메소드

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
리턴 mixed

getDeviceInfo() 공개 메소드

public getDeviceInfo ( ) : mixed
리턴 mixed

getKeyPath() 공개 메소드

public getKeyPath ( ) : mixed
리턴 mixed

getOpUserId() 공개 메소드

public getOpUserId ( ) : mixed
리턴 mixed

getOutRefundNo() 공개 메소드

public getOutRefundNo ( ) : mixed
리턴 mixed

getOutTradeNo() 공개 메소드

public getOutTradeNo ( ) : mixed
리턴 mixed

getRefundFee() 공개 메소드

public getRefundFee ( ) : mixed
리턴 mixed

getRefundType() 공개 메소드

public getRefundType ( ) : mixed
리턴 mixed

getTotalFee() 공개 메소드

public getTotalFee ( ) : mixed
리턴 mixed

getTransactionId() 공개 메소드

public getTransactionId ( ) : mixed
리턴 mixed

sendData() 공개 메소드

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

setCertPath() 공개 메소드

public setCertPath ( mixed $certPath )
$certPath mixed

setDeviceInfo() 공개 메소드

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

setKeyPath() 공개 메소드

public setKeyPath ( mixed $keyPath )
$keyPath mixed

setOpUserId() 공개 메소드

public setOpUserId ( mixed $opUserId )
$opUserId mixed

setOutRefundNo() 공개 메소드

public setOutRefundNo ( mixed $outRefundNo )
$outRefundNo mixed

setOutTradeNo() 공개 메소드

public setOutTradeNo ( mixed $outTradeNo )
$outTradeNo mixed

setRefundFee() 공개 메소드

public setRefundFee ( mixed $refundFee )
$refundFee mixed

setRefundType() 공개 메소드

public setRefundType ( mixed $refundFeeType )
$refundFeeType mixed

setTotalFee() 공개 메소드

public setTotalFee ( mixed $totalFee )
$totalFee mixed

setTransactionId() 공개 메소드

public setTransactionId ( $transactionId )

프로퍼티 상세

$endpoint 보호되어 있는 프로퍼티

protected $endpoint