PHP Class Omnipay\WechatPay\Message\QueryOpenIdByAuthCodeRequest

Inheritance: extends BaseAbstractRequest
Show file Open project: lokielse/omnipay-wechatpay

Protected Properties

Property Type Description
$endpoint

Public Methods

Method Description
getAuthCode ( ) : 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.
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setAuthCode ( mixed $authCode )

Method Details

getAuthCode() public method

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

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

setAuthCode() public method

public setAuthCode ( mixed $authCode )
$authCode mixed

Property Details

$endpoint protected property

protected $endpoint