PHP Class Omnipay\Alipay\Requests\LegacyCompletePurchaseRequest

Inheritance: extends AbstractLegacyRequest
ファイルを表示 Open project: lokielse/omnipay-alipay

Protected Properties

Property Type Description
$verifyNotifyId

Public Methods

Method Description
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.
getParams ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setParams ( $value )
setVerifyNotifyId ( boolean $verifyNotifyId ) : LegacyCompletePurchaseRequest

Method Details

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

getParams() public method

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

setParams() public method

public setParams ( $value )
$value

setVerifyNotifyId() public method

public setVerifyNotifyId ( boolean $verifyNotifyId ) : LegacyCompletePurchaseRequest
$verifyNotifyId boolean
return LegacyCompletePurchaseRequest

Property Details

$verifyNotifyId protected_oe property

protected $verifyNotifyId