PHP Class Omnipay\WechatPay\Message\CreateOrderRequest

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

Protected Properties

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

Méthodes publiques

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

public getAttach ( ) : mixed
Résultat mixed

getBody() public méthode

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

getDetail() public méthode

public getDetail ( ) : mixed
Résultat mixed

getDeviceInfo() public méthode

public getDeviceInfo ( ) : mixed
Résultat mixed

getFeeType() public méthode

public getFeeType ( ) : mixed
Résultat mixed

getGoodsTag() public méthode

public getGoodsTag ( ) : mixed
Résultat mixed

getLimitPay() public méthode

public getLimitPay ( ) : mixed
Résultat mixed

getNotifyUrl() public méthode

public getNotifyUrl ( ) : mixed
Résultat mixed

getOpenId() public méthode

public getOpenId ( ) : mixed
Résultat mixed

getOutTradeNo() public méthode

public getOutTradeNo ( ) : mixed
Résultat mixed

getSpbillCreateIp() public méthode

public getSpbillCreateIp ( ) : mixed
Résultat mixed

getTimeExpire() public méthode

public getTimeExpire ( ) : mixed
Résultat mixed

getTimeStart() public méthode

public getTimeStart ( ) : mixed
Résultat mixed

getTotalFee() public méthode

public getTotalFee ( ) : mixed
Résultat mixed

getTradeType() public méthode

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

setAttach() public méthode

public setAttach ( mixed $attach )
$attach mixed

setBody() public méthode

public setBody ( mixed $body )
$body mixed

setDetail() public méthode

public setDetail ( mixed $detail )
$detail mixed

setDeviceInfo() public méthode

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

setFeeType() public méthode

public setFeeType ( mixed $feeType )
$feeType mixed

setGoodsTag() public méthode

public setGoodsTag ( mixed $goodsTag )
$goodsTag mixed

setLimitPay() public méthode

public setLimitPay ( mixed $limitPay )
$limitPay mixed

setNotifyUrl() public méthode

public setNotifyUrl ( $notifyUrl )

setOpenId() public méthode

public setOpenId ( mixed $openId )
$openId mixed

setOutTradeNo() public méthode

public setOutTradeNo ( mixed $outTradeNo )
$outTradeNo mixed

setSpbillCreateIp() public méthode

public setSpbillCreateIp ( mixed $spbillCreateIp )
$spbillCreateIp mixed

setTimeExpire() public méthode

public setTimeExpire ( mixed $timeExpire )
$timeExpire mixed

setTimeStart() public méthode

public setTimeStart ( mixed $timeStart )
$timeStart mixed

setTotalFee() public méthode

public setTotalFee ( mixed $totalFee )
$totalFee mixed

setTradeType() public méthode

public setTradeType ( mixed $tradeType )
$tradeType mixed

Property Details

$endpoint protected_oe property

protected $endpoint