PHP Class Omnipay\WechatPay\BaseAbstractGateway

Inheritance: extends Omnipay\Common\AbstractGateway
Mostrar archivo Open project: lokielse/omnipay-wechatpay

Public Methods

Method Description
close ( array $parameters = [] ) : CloseOrderRequest
completePurchase ( array $parameters = [] ) : CompletePurchaseRequest
downloadBill ( array $parameters = [] ) : DownloadBillRequest
getApiKey ( )
getAppId ( )
getCertPath ( ) : mixed
getKeyPath ( ) : mixed
getMchId ( )
getNotifyUrl ( )
getTradeType ( )
purchase ( array $parameters = [] ) : CreateOrderRequest
query ( array $parameters = [] ) : QueryOrderRequest
queryRefund ( array $parameters = [] ) : QueryOrderRequest
refund ( array $parameters = [] ) : RefundOrderRequest
setApiKey ( $apiKey )
setAppId ( $appId )
setCertPath ( mixed $certPath )
setKeyPath ( mixed $keyPath )
setMchId ( $mchId )
setNotifyUrl ( $url )
setTradeType ( $tradeType )

Method Details

close() public method

public close ( array $parameters = [] ) : CloseOrderRequest
$parameters array
return Omnipay\WechatPay\Message\CloseOrderRequest

completePurchase() public method

public completePurchase ( array $parameters = [] ) : CompletePurchaseRequest
$parameters array
return Omnipay\WechatPay\Message\CompletePurchaseRequest

downloadBill() public method

public downloadBill ( array $parameters = [] ) : DownloadBillRequest
$parameters array
return Omnipay\WechatPay\Message\DownloadBillRequest

getApiKey() public method

public getApiKey ( )

getAppId() public method

public getAppId ( )

getCertPath() public method

public getCertPath ( ) : mixed
return mixed

getKeyPath() public method

public getKeyPath ( ) : mixed
return mixed

getMchId() public method

public getMchId ( )

getNotifyUrl() public method

public getNotifyUrl ( )

getTradeType() public method

public getTradeType ( )

purchase() public method

public purchase ( array $parameters = [] ) : CreateOrderRequest
$parameters array
return Omnipay\WechatPay\Message\CreateOrderRequest

query() public method

public query ( array $parameters = [] ) : QueryOrderRequest
$parameters array
return Omnipay\WechatPay\Message\QueryOrderRequest

queryRefund() public method

public queryRefund ( array $parameters = [] ) : QueryOrderRequest
$parameters array
return Omnipay\WechatPay\Message\QueryOrderRequest

refund() public method

public refund ( array $parameters = [] ) : RefundOrderRequest
$parameters array
return Omnipay\WechatPay\Message\RefundOrderRequest

setApiKey() public method

public setApiKey ( $apiKey )

setAppId() public method

public setAppId ( $appId )

setCertPath() public method

public setCertPath ( mixed $certPath )
$certPath mixed

setKeyPath() public method

public setKeyPath ( mixed $keyPath )
$keyPath mixed

setMchId() public method

public setMchId ( $mchId )

setNotifyUrl() public method

public setNotifyUrl ( $url )

setTradeType() public method

public setTradeType ( $tradeType )