PHP Class Omnipay\Alipay\Requests\LegacyExpressPurchaseRequest

Inheritance: extends AbstractLegacyRequest
Exibir arquivo Open project: lokielse/omnipay-alipay Class Usage Examples

Protected Properties

Property Type Description
$service

Public Methods

Method Description
getAntiPhishingKey ( ) : mixed
getBody ( ) : mixed
getBuyerAccountName ( ) : mixed
getBuyerEmail ( ) : mixed
getBuyerId ( ) : 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.
getEnablePayMethod ( ) : mixed
getExterInvokeIp ( ) : mixed
getExtraCommonParam ( ) : mixed
getGoodsType ( ) : mixed
getHbFqParam ( ) : mixed
getItBPay ( ) : mixed
getNeedBuyerRealnamed ( ) : mixed
getNotifyUrl ( ) : mixed
getOutTradeNo ( ) : mixed
getPayMethod ( ) : mixed
getPaymentType ( ) : mixed
getPrice ( ) : mixed
getQrPayMode ( ) : mixed
getQrcodeWidth ( ) : mixed
getQuantity ( ) : mixed
getReturnUrl ( ) : mixed
getSellerAccountName ( ) : mixed
getSellerEmail ( ) : mixed
getSellerId ( ) : mixed
getShowUrl ( ) : mixed
getSubject ( ) : mixed
getToken ( ) : mixed
getTotalFee ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setAntiPhishingKey ( $value )
setBody ( $value )
setBuyerAccountName ( $value )
setBuyerEmail ( $value )
setBuyerId ( $value )
setEnablePayMethod ( $value )
setExterInvokeIp ( $value )
setExtraCommonParam ( $value )
setGoodsType ( $value )
setHbFqParam ( $value )
setItBPay ( $value )
setNeedBuyerRealnamed ( $value )
setNotifyUrl ( $value )
setOutTradeNo ( $value )
setPayMethod ( $value )
setPaymentType ( $value )
setPrice ( $value )
setQrPayMode ( $value )
setQrcodeWidth ( $value )
setQuantity ( $value )
setReturnUrl ( $value )
setSellerAccountName ( $value )
setSellerEmail ( $value )
setSellerId ( $value )
setShowUrl ( $value )
setSubject ( $value )
setToken ( $value )
setTotalFee ( $value )

Protected Methods

Method Description
validateParams ( )

Method Details

getAntiPhishingKey() public method

public getAntiPhishingKey ( ) : mixed
return mixed

getBody() public method

public getBody ( ) : mixed
return mixed

getBuyerAccountName() public method

public getBuyerAccountName ( ) : mixed
return mixed

getBuyerEmail() public method

public getBuyerEmail ( ) : mixed
return mixed

getBuyerId() public method

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

getEnablePayMethod() public method

public getEnablePayMethod ( ) : mixed
return mixed

getExterInvokeIp() public method

public getExterInvokeIp ( ) : mixed
return mixed

getExtraCommonParam() public method

public getExtraCommonParam ( ) : mixed
return mixed

getGoodsType() public method

public getGoodsType ( ) : mixed
return mixed

getHbFqParam() public method

public getHbFqParam ( ) : mixed
return mixed

getItBPay() public method

public getItBPay ( ) : mixed
return mixed

getNeedBuyerRealnamed() public method

public getNeedBuyerRealnamed ( ) : mixed
return mixed

getNotifyUrl() public method

public getNotifyUrl ( ) : mixed
return mixed

getOutTradeNo() public method

public getOutTradeNo ( ) : mixed
return mixed

getPayMethod() public method

public getPayMethod ( ) : mixed
return mixed

getPaymentType() public method

public getPaymentType ( ) : mixed
return mixed

getPrice() public method

public getPrice ( ) : mixed
return mixed

getQrPayMode() public method

public getQrPayMode ( ) : mixed
return mixed

getQrcodeWidth() public method

public getQrcodeWidth ( ) : mixed
return mixed

getQuantity() public method

public getQuantity ( ) : mixed
return mixed

getReturnUrl() public method

public getReturnUrl ( ) : mixed
return mixed

getSellerAccountName() public method

public getSellerAccountName ( ) : mixed
return mixed

getSellerEmail() public method

public getSellerEmail ( ) : mixed
return mixed

getSellerId() public method

public getSellerId ( ) : mixed
return mixed

getShowUrl() public method

public getShowUrl ( ) : mixed
return mixed

getSubject() public method

public getSubject ( ) : mixed
return mixed

getToken() public method

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

setAntiPhishingKey() public method

public setAntiPhishingKey ( $value )
$value

setBody() public method

public setBody ( $value )
$value

setBuyerAccountName() public method

public setBuyerAccountName ( $value )
$value

setBuyerEmail() public method

public setBuyerEmail ( $value )
$value

setBuyerId() public method

public setBuyerId ( $value )
$value

setEnablePayMethod() public method

public setEnablePayMethod ( $value )
$value

setExterInvokeIp() public method

public setExterInvokeIp ( $value )
$value

setExtraCommonParam() public method

public setExtraCommonParam ( $value )
$value

setGoodsType() public method

public setGoodsType ( $value )
$value

setHbFqParam() public method

public setHbFqParam ( $value )
$value

setItBPay() public method

public setItBPay ( $value )
$value

setNeedBuyerRealnamed() public method

public setNeedBuyerRealnamed ( $value )
$value

setNotifyUrl() public method

public setNotifyUrl ( $value )
$value

setOutTradeNo() public method

public setOutTradeNo ( $value )
$value

setPayMethod() public method

public setPayMethod ( $value )
$value

setPaymentType() public method

public setPaymentType ( $value )
$value

setPrice() public method

public setPrice ( $value )
$value

setQrPayMode() public method

public setQrPayMode ( $value )
$value

setQrcodeWidth() public method

public setQrcodeWidth ( $value )
$value

setQuantity() public method

public setQuantity ( $value )
$value

setReturnUrl() public method

public setReturnUrl ( $value )
$value

setSellerAccountName() public method

public setSellerAccountName ( $value )
$value

setSellerEmail() public method

public setSellerEmail ( $value )
$value

setSellerId() public method

public setSellerId ( $value )
$value

setShowUrl() public method

public setShowUrl ( $value )
$value

setSubject() public method

public setSubject ( $value )
$value

setToken() public method

public setToken ( $value )
$value

setTotalFee() public method

public setTotalFee ( $value )
$value

validateParams() protected method

protected validateParams ( )

Property Details

$service protected_oe property

protected $service