PHP Class Omnipay\WechatPay\Message\CreateOrderRequest

Inheritance: extends BaseAbstractRequest
Exibir arquivo Open project: lokielse/omnipay-wechatpay Class Usage Examples

Protected Properties

Property Type Description
$endpoint

Public Methods

Method Description
getAttach ( ) : mixed
getBody ( ) : 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.
getDetail ( ) : mixed
getDeviceInfo ( ) : mixed
getFeeType ( ) : mixed
getGoodsTag ( ) : mixed
getLimitPay ( ) : mixed
getNotifyUrl ( ) : mixed
getOpenId ( ) : mixed
getOutTradeNo ( ) : mixed
getSpbillCreateIp ( ) : mixed
getTimeExpire ( ) : mixed
getTimeStart ( ) : mixed
getTotalFee ( ) : mixed
getTradeType ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setAttach ( mixed $attach )
setBody ( mixed $body )
setDetail ( mixed $detail )
setDeviceInfo ( mixed $deviceInfo )
setFeeType ( mixed $feeType )
setGoodsTag ( mixed $goodsTag )
setLimitPay ( mixed $limitPay )
setNotifyUrl ( $notifyUrl )
setOpenId ( mixed $openId )
setOutTradeNo ( mixed $outTradeNo )
setSpbillCreateIp ( mixed $spbillCreateIp )
setTimeExpire ( mixed $timeExpire )
setTimeStart ( mixed $timeStart )
setTotalFee ( mixed $totalFee )
setTradeType ( mixed $tradeType )

Method Details

getAttach() public method

public getAttach ( ) : mixed
return mixed

getBody() public method

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

getDetail() public method

public getDetail ( ) : mixed
return mixed

getDeviceInfo() public method

public getDeviceInfo ( ) : mixed
return mixed

getFeeType() public method

public getFeeType ( ) : mixed
return mixed

getGoodsTag() public method

public getGoodsTag ( ) : mixed
return mixed

getLimitPay() public method

public getLimitPay ( ) : mixed
return mixed

getNotifyUrl() public method

public getNotifyUrl ( ) : mixed
return mixed

getOpenId() public method

public getOpenId ( ) : mixed
return mixed

getOutTradeNo() public method

public getOutTradeNo ( ) : mixed
return mixed

getSpbillCreateIp() public method

public getSpbillCreateIp ( ) : mixed
return mixed

getTimeExpire() public method

public getTimeExpire ( ) : mixed
return mixed

getTimeStart() public method

public getTimeStart ( ) : mixed
return mixed

getTotalFee() public method

public getTotalFee ( ) : mixed
return mixed

getTradeType() public method

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

setAttach() public method

public setAttach ( mixed $attach )
$attach mixed

setBody() public method

public setBody ( mixed $body )
$body mixed

setDetail() public method

public setDetail ( mixed $detail )
$detail mixed

setDeviceInfo() public method

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

setFeeType() public method

public setFeeType ( mixed $feeType )
$feeType mixed

setGoodsTag() public method

public setGoodsTag ( mixed $goodsTag )
$goodsTag mixed

setLimitPay() public method

public setLimitPay ( mixed $limitPay )
$limitPay mixed

setNotifyUrl() public method

public setNotifyUrl ( $notifyUrl )

setOpenId() public method

public setOpenId ( mixed $openId )
$openId mixed

setOutTradeNo() public method

public setOutTradeNo ( mixed $outTradeNo )
$outTradeNo mixed

setSpbillCreateIp() public method

public setSpbillCreateIp ( mixed $spbillCreateIp )
$spbillCreateIp mixed

setTimeExpire() public method

public setTimeExpire ( mixed $timeExpire )
$timeExpire mixed

setTimeStart() public method

public setTimeStart ( mixed $timeStart )
$timeStart mixed

setTotalFee() public method

public setTotalFee ( mixed $totalFee )
$totalFee mixed

setTradeType() public method

public setTradeType ( mixed $tradeType )
$tradeType mixed

Property Details

$endpoint protected_oe property

protected $endpoint