PHP Class Omnipay\WechatPay\Message\DownloadBillRequest

Inheritance: extends BaseAbstractRequest
Afficher le fichier Open project: lokielse/omnipay-wechatpay

Protected Properties

Свойство Type Description
$endpoint

Méthodes publiques

Méthode 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

Méthode Description
post ( $url, $data = [], $timeout = 3 )

Method Details

getBillDate() public méthode

public getBillDate ( ) : mixed
Résultat mixed

getBillType() public méthode

public getBillType ( ) : mixed
Résultat mixed

getData() public méthode

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
Résultat mixed

getDeviceInfo() public méthode

public getDeviceInfo ( ) : mixed
Résultat mixed

sendData() public méthode

Send the request with specified data
public sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface
$data mixed The data to send
Résultat Omnipay\Common\Message\ResponseInterface

setBillDate() public méthode

public setBillDate ( mixed $billDate )
$billDate mixed

setBillType() public méthode

public setBillType ( mixed $billType )
$billType mixed

setDeviceInfo() public méthode

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

Property Details

$endpoint protected_oe property

protected $endpoint