PHP Class Omnipay\Alipay\Requests\AopTradeRefundQueryRequest

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

Protected Properties

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

Méthodes publiques

Méthode Description
getOutTradeNo ( ) : mixed
getTradeNo ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setOutTradeNo ( $value )
setTradeNo ( $value )
validateParams ( )

Method Details

getOutTradeNo() public méthode

public getOutTradeNo ( ) : mixed
Résultat mixed

getTradeNo() public méthode

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

setOutTradeNo() public méthode

public setOutTradeNo ( $value )
$value

setTradeNo() public méthode

public setTradeNo ( $value )
$value

validateParams() public méthode

public validateParams ( )

Property Details

$method protected_oe property

protected $method