PHP Class Omnipay\Alipay\Requests\LegacyWapPurchaseRequest

Inheritance: extends AbstractLegacyRequest
Datei anzeigen Open project: lokielse/omnipay-alipay Class Usage Examples

Protected Properties

Property Type Description
$key
$privateKey
$service

Public Methods

Method Description
getAirticket ( ) : mixed
getAppPay ( ) : mixed
getBody ( ) : mixed
getBuyerCertNo ( ) : mixed
getBuyerRealName ( ) : 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.
getExternToken ( ) : mixed
getGoodsType ( ) : mixed
getHbFqParam ( ) : mixed
getInputCharset ( ) : mixed
getItBPay ( ) : mixed
getNotifyUrl ( ) : mixed
getOtherfee ( ) : mixed
getOutTradeNo ( ) : mixed
getPartner ( ) : mixed
getPaymentType ( ) : mixed
getPromoParams ( ) : mixed
getReturnUrl ( ) : mixed
getRnCheck ( ) : mixed
getScene ( ) : mixed
getSellerId ( ) : mixed
getShowUrl ( ) : mixed
getSignType ( ) : mixed
getSubject ( ) : mixed
getTotalFee ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setAirticket ( $value )
setAppPay ( $value )
setBody ( $value )
setBuyerCertNo ( $value )
setBuyerRealName ( $value )
setExternToken ( $value )
setGoodsType ( $value )
setHbFqParam ( $value )
setInputCharset ( $value )
setItBPay ( $value )
setNotifyUrl ( $value )
setOtherfee ( $value )
setOutTradeNo ( $value )
setPartner ( $value )
setPaymentType ( $value )
setPromoParams ( $value )
setReturnUrl ( $value )
setRnCheck ( $value )
setScene ( $value )
setSellerId ( $value )
setShowUrl ( $value )
setSignType ( $value )
setSubject ( $value )
setTotalFee ( $value )

Protected Methods

Method Description
validateParams ( )

Method Details

getAirticket() public method

public getAirticket ( ) : mixed
return mixed

getAppPay() public method

public getAppPay ( ) : mixed
return mixed

getBody() public method

public getBody ( ) : mixed
return mixed

getBuyerCertNo() public method

public getBuyerCertNo ( ) : mixed
return mixed

getBuyerRealName() public method

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

getExternToken() public method

public getExternToken ( ) : mixed
return mixed

getGoodsType() public method

public getGoodsType ( ) : mixed
return mixed

getHbFqParam() public method

public getHbFqParam ( ) : mixed
return mixed

getInputCharset() public method

public getInputCharset ( ) : mixed
return mixed

getItBPay() public method

public getItBPay ( ) : mixed
return mixed

getNotifyUrl() public method

public getNotifyUrl ( ) : mixed
return mixed

getOtherfee() public method

public getOtherfee ( ) : mixed
return mixed

getOutTradeNo() public method

public getOutTradeNo ( ) : mixed
return mixed

getPartner() public method

public getPartner ( ) : mixed
return mixed

getPaymentType() public method

public getPaymentType ( ) : mixed
return mixed

getPromoParams() public method

public getPromoParams ( ) : mixed
return mixed

getReturnUrl() public method

public getReturnUrl ( ) : mixed
return mixed

getRnCheck() public method

public getRnCheck ( ) : mixed
return mixed

getScene() public method

public getScene ( ) : mixed
return mixed

getSellerId() public method

public getSellerId ( ) : mixed
return mixed

getShowUrl() public method

public getShowUrl ( ) : mixed
return mixed

getSignType() public method

public getSignType ( ) : mixed
return mixed

getSubject() public method

public getSubject ( ) : mixed
return mixed

getTotalFee() public method

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

setAirticket() public method

public setAirticket ( $value )
$value

setAppPay() public method

public setAppPay ( $value )
$value

setBody() public method

public setBody ( $value )
$value

setBuyerCertNo() public method

public setBuyerCertNo ( $value )
$value

setBuyerRealName() public method

public setBuyerRealName ( $value )
$value

setExternToken() public method

public setExternToken ( $value )
$value

setGoodsType() public method

public setGoodsType ( $value )
$value

setHbFqParam() public method

public setHbFqParam ( $value )
$value

setInputCharset() public method

public setInputCharset ( $value )
$value

setItBPay() public method

public setItBPay ( $value )
$value

setNotifyUrl() public method

public setNotifyUrl ( $value )
$value

setOtherfee() public method

public setOtherfee ( $value )
$value

setOutTradeNo() public method

public setOutTradeNo ( $value )
$value

setPartner() public method

public setPartner ( $value )
$value

setPaymentType() public method

public setPaymentType ( $value )
$value

setPromoParams() public method

public setPromoParams ( $value )
$value

setReturnUrl() public method

public setReturnUrl ( $value )
$value

setRnCheck() public method

public setRnCheck ( $value )
$value

setScene() public method

public setScene ( $value )
$value

setSellerId() public method

public setSellerId ( $value )
$value

setShowUrl() public method

public setShowUrl ( $value )
$value

setSignType() public method

public setSignType ( $value )
$value

setSubject() public method

public setSubject ( $value )
$value

setTotalFee() public method

public setTotalFee ( $value )
$value

validateParams() protected method

protected validateParams ( )

Property Details

$key protected_oe property

protected $key

$privateKey protected_oe property

protected $privateKey

$service protected_oe property

protected $service