PHP 클래스 Omnipay\Alipay\Requests\LegacyQueryRequest

상속: extends AbstractLegacyRequest
파일 보기 프로젝트 열기: lokielse/omnipay-alipay

보호된 프로퍼티들

프로퍼티 타입 설명
$service

공개 메소드들

메소드 설명
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.
getOutTradeNo ( ) : mixed
getTradeNo ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setOutTradeNo ( $value )
setTradeNo ( $value )

보호된 메소드들

메소드 설명
validateParams ( )

메소드 상세

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

getOutTradeNo() 공개 메소드

public getOutTradeNo ( ) : mixed
리턴 mixed

getTradeNo() 공개 메소드

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

setOutTradeNo() 공개 메소드

public setOutTradeNo ( $value )
$value

setTradeNo() 공개 메소드

public setTradeNo ( $value )
$value

validateParams() 보호된 메소드

protected validateParams ( )

프로퍼티 상세

$service 보호되어 있는 프로퍼티

protected $service