PHP Class Omnipay\WechatPay\Message\DownloadBillRequest

Inheritance: extends BaseAbstractRequest
Exibir arquivo Open project: lokielse/omnipay-wechatpay

Protected Properties

Property Type Description
$endpoint

Public Methods

Method Description
getBillDate ( ) : mixed
getBillType ( ) : 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.
getDeviceInfo ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setBillDate ( mixed $billDate )
setBillType ( mixed $billType )
setDeviceInfo ( mixed $deviceInfo )

Private Methods

Method Description
post ( $url, $data = [], $timeout = 3 )

Method Details

getBillDate() public method

public getBillDate ( ) : mixed
return mixed

getBillType() public method

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

getDeviceInfo() public method

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

setBillDate() public method

public setBillDate ( mixed $billDate )
$billDate mixed

setBillType() public method

public setBillType ( mixed $billType )
$billType mixed

setDeviceInfo() public method

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

Property Details

$endpoint protected_oe property

protected $endpoint