PHP Class Omnipay\Alipay\Requests\LegacyAppPurchaseRequest

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

Protected Properties

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

Méthodes publiques

Méthode Description
getAppEnv ( ) : mixed
getAppId ( ) : 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.
getExternToken ( ) : mixed
getGoodsType ( ) : mixed
getHbFqParam ( ) : mixed
getInputCharset ( ) : mixed
getItBPay ( ) : mixed
getNotifyUrl ( ) : mixed
getOutTradeNo ( ) : mixed
getPartner ( ) : mixed
getPaymentType ( ) : mixed
getPrivateKey ( ) : mixed
getPromoParams ( ) : mixed
getRnCheck ( ) : mixed
getSellerId ( ) : mixed
getSignType ( ) : mixed
getSubject ( ) : mixed
getTotalFee ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setAppEnv ( $value )
setAppId ( $value )
setBody ( $value )
setExternToken ( $value )
setGoodsType ( $value )
setHbFqParam ( $value )
setInputCharset ( $value )
setItBPay ( $value )
setNotifyUrl ( $value )
setOutTradeNo ( $value )
setPartner ( $value )
setPaymentType ( $value )
setPrivateKey ( $value )
setPromoParams ( $value )
setRnCheck ( $value )
setSellerId ( $value )
setSignType ( $value )
setSubject ( $value )
setTotalFee ( $value )

Méthodes protégées

Méthode Description
validateParams ( )

Private Methods

Méthode Description
getParamsToSign ( )

Method Details

getAppEnv() public méthode

public getAppEnv ( ) : mixed
Résultat mixed

getAppId() public méthode

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

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

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

getPrivateKey() public méthode

public getPrivateKey ( ) : mixed
Résultat mixed

getPromoParams() public méthode

public getPromoParams ( ) : mixed
Résultat mixed

getRnCheck() public méthode

public getRnCheck ( ) : mixed
Résultat mixed

getSellerId() public méthode

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

setAppEnv() public méthode

public setAppEnv ( $value )
$value

setAppId() public méthode

public setAppId ( $value )
$value

setBody() public méthode

public setBody ( $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

setOutTradeNo() public méthode

public setOutTradeNo ( $value )
$value

setPartner() public méthode

public setPartner ( $value )
$value

setPaymentType() public méthode

public setPaymentType ( $value )
$value

setPrivateKey() public méthode

public setPrivateKey ( $value )
$value

setPromoParams() public méthode

public setPromoParams ( $value )
$value

setRnCheck() public méthode

public setRnCheck ( $value )
$value

setSellerId() public méthode

public setSellerId ( $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

$privateKey protected_oe property

protected $privateKey

$service protected_oe property

protected $service