PHP Class Omnipay\Alipay\Requests\LegacyCompleteRefundRequest

Inheritance: extends AbstractLegacyRequest
Afficher le fichier Open project: lokielse/omnipay-alipay

Protected Properties

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

Méthodes publiques

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

Method Details

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

getParams() public méthode

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

setParams() public méthode

public setParams ( $value )
$value

setVerifyNotifyId() public méthode

public setVerifyNotifyId ( boolean $verifyNotifyId )
$verifyNotifyId boolean

Property Details

$verifyNotifyId protected_oe property

protected $verifyNotifyId