PHP Class Omnipay\Alipay\AbstractAopGateway

Inheritance: extends Omnipay\Common\AbstractGateway
Datei anzeigen Open project: lokielse/omnipay-alipay

Protected Properties

Property Type Description
$endpoints

Public Methods

Method Description
cancel ( array $parameters = [] ) : AopTradeCancelRequest Cancel Order
completePurchase ( array $parameters = [] ) : AopCompletePurchaseRequest
getAlipayPublicKey ( ) : mixed
getAlipaySdk ( ) : mixed
getAppAuthToken ( ) : mixed
getAppId ( ) : mixed
getCharset ( ) : mixed
getDefaultParameters ( )
getEncryptKey ( ) : mixed
getEndpoint ( ) : mixed
getFormat ( ) : mixed
getNotifyUrl ( ) : mixed
getPrivateKey ( ) : mixed
getSignType ( ) : mixed
getTimestamp ( ) : mixed
getVersion ( ) : mixed
production ( )
query ( array $parameters = [] ) : AopTradeQueryRequest Query Order Status
queryBillDownloadUrl ( array $parameters = [] ) : AbstractRequest
refund ( array $parameters = [] ) : AopTradeRefundRequest Refund
refundQuery ( array $parameters = [] ) : AopTradeRefundQueryRequest Query Refund Status
sandbox ( )
setAlipayPublicKey ( $value )
setAlipaySdk ( $value )
setAppAuthToken ( $value )
setAppId ( $value )
setCharset ( $value )
setEncryptKey ( $value )
setEndpoint ( $value )
setEnvironment ( $value )
setFormat ( $value )
setNotifyUrl ( $value )
setPrivateKey ( $value )
setSignType ( $value )
setTimestamp ( $value )
setVersion ( $value )
settle ( array $parameters = [] ) : AopTradeCancelRequest Settle

Method Details

cancel() public method

Cancel Order
public cancel ( array $parameters = [] ) : AopTradeCancelRequest
$parameters array
return Omnipay\Alipay\Requests\AopTradeCancelRequest

completePurchase() public method

public completePurchase ( array $parameters = [] ) : AopCompletePurchaseRequest
$parameters array
return Omnipay\Alipay\Requests\AopCompletePurchaseRequest

getAlipayPublicKey() public method

public getAlipayPublicKey ( ) : mixed
return mixed

getAlipaySdk() public method

public getAlipaySdk ( ) : mixed
return mixed

getAppAuthToken() public method

public getAppAuthToken ( ) : mixed
return mixed

getAppId() public method

public getAppId ( ) : mixed
return mixed

getCharset() public method

public getCharset ( ) : mixed
return mixed

getDefaultParameters() public method

getEncryptKey() public method

public getEncryptKey ( ) : mixed
return mixed

getEndpoint() public method

public getEndpoint ( ) : mixed
return mixed

getFormat() public method

public getFormat ( ) : mixed
return mixed

getNotifyUrl() public method

public getNotifyUrl ( ) : mixed
return mixed

getPrivateKey() public method

public getPrivateKey ( ) : mixed
return mixed

getSignType() public method

public getSignType ( ) : mixed
return mixed

getTimestamp() public method

public getTimestamp ( ) : mixed
return mixed

getVersion() public method

public getVersion ( ) : mixed
return mixed

production() public method

public production ( )

query() public method

Query Order Status
public query ( array $parameters = [] ) : AopTradeQueryRequest
$parameters array
return Omnipay\Alipay\Requests\AopTradeQueryRequest

queryBillDownloadUrl() public method

public queryBillDownloadUrl ( array $parameters = [] ) : AbstractRequest
$parameters array
return Omnipay\Common\Message\AbstractRequest

refund() public method

Refund
public refund ( array $parameters = [] ) : AopTradeRefundRequest
$parameters array
return Omnipay\Alipay\Requests\AopTradeRefundRequest

refundQuery() public method

Query Refund Status
public refundQuery ( array $parameters = [] ) : AopTradeRefundQueryRequest
$parameters array
return Omnipay\Alipay\Requests\AopTradeRefundQueryRequest

sandbox() public method

public sandbox ( )

setAlipayPublicKey() public method

public setAlipayPublicKey ( $value )
$value

setAlipaySdk() public method

public setAlipaySdk ( $value )
$value

setAppAuthToken() public method

public setAppAuthToken ( $value )
$value

setAppId() public method

public setAppId ( $value )
$value

setCharset() public method

public setCharset ( $value )
$value

setEncryptKey() public method

public setEncryptKey ( $value )
$value

setEndpoint() public method

public setEndpoint ( $value )
$value

setEnvironment() public method

public setEnvironment ( $value )
$value

setFormat() public method

public setFormat ( $value )
$value

setNotifyUrl() public method

public setNotifyUrl ( $value )
$value

setPrivateKey() public method

public setPrivateKey ( $value )
$value

setSignType() public method

public setSignType ( $value )
$value

setTimestamp() public method

public setTimestamp ( $value )
$value

setVersion() public method

public setVersion ( $value )
$value

settle() public method

Settle
public settle ( array $parameters = [] ) : AopTradeCancelRequest
$parameters array
return Omnipay\Alipay\Requests\AopTradeCancelRequest

Property Details

$endpoints protected_oe property

protected $endpoints