PHP Class Omnipay\Alipay\AbstractLegacyGateway

Inheritance: extends Omnipay\Common\AbstractGateway
Mostra file Open project: lokielse/omnipay-alipay Class Usage Examples

Public Methods

Method Description
completePurchase ( array $parameters = [] ) : LegacyCompletePurchaseRequest
completeRefund ( array $parameters = [] ) : LegacyRefundRequest
getAlipayPublicKey ( ) : mixed
getAlipaySdk ( ) : mixed
getDefaultParameters ( )
getInputCharset ( ) : mixed
getItBPay ( ) : mixed
getKey ( ) : mixed
getNotifyUrl ( ) : mixed
getPartner ( ) : mixed
getPaymentType ( ) : mixed
getPrivateKey ( ) : mixed
getReturnUrl ( ) : mixed
getSellerAccountName ( ) : mixed
getSellerEmail ( ) : mixed
getSellerId ( ) : mixed
getSignType ( ) : mixed
query ( array $parameters = [] ) : LegacyQueryRequest
refund ( array $parameters = [] ) : LegacyRefundRequest
setAlipayPublicKey ( $value )
setAlipaySdk ( $value )
setInputCharset ( $value )
setItBPay ( $value )
setKey ( $value )
setNotifyUrl ( $value )
setPartner ( $value )
setPaymentType ( $value )
setPrivateKey ( $value )
setReturnUrl ( $value )
setSellerAccountName ( $value )
setSellerEmail ( $value )
setSellerId ( $value )
setSignType ( $value )

Method Details

completePurchase() public method

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

completeRefund() public method

public completeRefund ( array $parameters = [] ) : LegacyRefundRequest
$parameters array
return Omnipay\Alipay\Requests\LegacyRefundRequest

getAlipayPublicKey() public method

public getAlipayPublicKey ( ) : mixed
return mixed

getAlipaySdk() public method

public getAlipaySdk ( ) : mixed
return mixed

getDefaultParameters() public method

getInputCharset() public method

public getInputCharset ( ) : mixed
return mixed

getItBPay() public method

public getItBPay ( ) : mixed
return mixed

getKey() public method

public getKey ( ) : mixed
return mixed

getNotifyUrl() public method

public getNotifyUrl ( ) : mixed
return mixed

getPartner() public method

public getPartner ( ) : mixed
return mixed

getPaymentType() public method

public getPaymentType ( ) : mixed
return mixed

getPrivateKey() public method

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

getSignType() public method

public getSignType ( ) : mixed
return mixed

query() public method

public query ( array $parameters = [] ) : LegacyQueryRequest
$parameters array
return Omnipay\Alipay\Requests\LegacyQueryRequest

refund() public method

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

setAlipayPublicKey() public method

public setAlipayPublicKey ( $value )
$value

setAlipaySdk() public method

public setAlipaySdk ( $value )
$value

setInputCharset() public method

public setInputCharset ( $value )
$value

setItBPay() public method

public setItBPay ( $value )
$value

setKey() public method

public setKey ( $value )
$value

setNotifyUrl() public method

public setNotifyUrl ( $value )
$value

setPartner() public method

public setPartner ( $value )
$value

setPaymentType() public method

public setPaymentType ( $value )
$value

setPrivateKey() public method

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

setSignType() public method

public setSignType ( $value )
$value