PHP Class Omnipay\Alipay\Requests\LegacyWapPurchaseRequest

Inheritance: extends AbstractLegacyRequest
Afficher le fichier Open project: lokielse/omnipay-alipay Class Usage Examples

Protected Properties

Свойство Type Description
$key
$privateKey
$service

Méthodes publiques

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

Méthodes protégées

Méthode Description
validateParams ( )

Method Details

getAirticket() public méthode

public getAirticket ( ) : mixed
Résultat mixed

getAppPay() public méthode

public getAppPay ( ) : mixed
Résultat mixed

getBody() public méthode

public getBody ( ) : mixed
Résultat mixed

getBuyerCertNo() public méthode

public getBuyerCertNo ( ) : mixed
Résultat mixed

getBuyerRealName() public méthode

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

getExternToken() public méthode

public getExternToken ( ) : mixed
Résultat mixed

getGoodsType() public méthode

public getGoodsType ( ) : mixed
Résultat mixed

getHbFqParam() public méthode

public getHbFqParam ( ) : mixed
Résultat mixed

getInputCharset() public méthode

public getInputCharset ( ) : mixed
Résultat mixed

getItBPay() public méthode

public getItBPay ( ) : mixed
Résultat mixed

getNotifyUrl() public méthode

public getNotifyUrl ( ) : mixed
Résultat mixed

getOtherfee() public méthode

public getOtherfee ( ) : mixed
Résultat mixed

getOutTradeNo() public méthode

public getOutTradeNo ( ) : mixed
Résultat mixed

getPartner() public méthode

public getPartner ( ) : mixed
Résultat mixed

getPaymentType() public méthode

public getPaymentType ( ) : mixed
Résultat mixed

getPromoParams() public méthode

public getPromoParams ( ) : mixed
Résultat mixed

getReturnUrl() public méthode

public getReturnUrl ( ) : mixed
Résultat mixed

getRnCheck() public méthode

public getRnCheck ( ) : mixed
Résultat mixed

getScene() public méthode

public getScene ( ) : mixed
Résultat mixed

getSellerId() public méthode

public getSellerId ( ) : mixed
Résultat mixed

getShowUrl() public méthode

public getShowUrl ( ) : mixed
Résultat mixed

getSignType() public méthode

public getSignType ( ) : mixed
Résultat mixed

getSubject() public méthode

public getSubject ( ) : mixed
Résultat mixed

getTotalFee() public méthode

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

setAirticket() public méthode

public setAirticket ( $value )
$value

setAppPay() public méthode

public setAppPay ( $value )
$value

setBody() public méthode

public setBody ( $value )
$value

setBuyerCertNo() public méthode

public setBuyerCertNo ( $value )
$value

setBuyerRealName() public méthode

public setBuyerRealName ( $value )
$value

setExternToken() public méthode

public setExternToken ( $value )
$value

setGoodsType() public méthode

public setGoodsType ( $value )
$value

setHbFqParam() public méthode

public setHbFqParam ( $value )
$value

setInputCharset() public méthode

public setInputCharset ( $value )
$value

setItBPay() public méthode

public setItBPay ( $value )
$value

setNotifyUrl() public méthode

public setNotifyUrl ( $value )
$value

setOtherfee() public méthode

public setOtherfee ( $value )
$value

setOutTradeNo() public méthode

public setOutTradeNo ( $value )
$value

setPartner() public méthode

public setPartner ( $value )
$value

setPaymentType() public méthode

public setPaymentType ( $value )
$value

setPromoParams() public méthode

public setPromoParams ( $value )
$value

setReturnUrl() public méthode

public setReturnUrl ( $value )
$value

setRnCheck() public méthode

public setRnCheck ( $value )
$value

setScene() public méthode

public setScene ( $value )
$value

setSellerId() public méthode

public setSellerId ( $value )
$value

setShowUrl() public méthode

public setShowUrl ( $value )
$value

setSignType() public méthode

public setSignType ( $value )
$value

setSubject() public méthode

public setSubject ( $value )
$value

setTotalFee() public méthode

public setTotalFee ( $value )
$value

validateParams() protected méthode

protected validateParams ( )

Property Details

$key protected_oe property

protected $key

$privateKey protected_oe property

protected $privateKey

$service protected_oe property

protected $service