PHP Класс Omnipay\Alipay\Requests\LegacyCompleteRefundRequest

Наследование: extends AbstractLegacyRequest
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$verifyNotifyId

Открытые методы

Метод Описание
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 )

Описание методов

getData() публичный Метод

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
Результат mixed

getParams() публичный Метод

public getParams ( ) : mixed
Результат mixed

sendData() публичный Метод

Send the request with specified data
public sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface
$data mixed The data to send
Результат Omnipay\Common\Message\ResponseInterface

setParams() публичный Метод

public setParams ( $value )
$value

setVerifyNotifyId() публичный Метод

public setVerifyNotifyId ( boolean $verifyNotifyId )
$verifyNotifyId boolean

Описание свойств

$verifyNotifyId защищенное свойство

protected $verifyNotifyId