PHP 클래스 Omnipay\Alipay\Requests\AopCompletePurchaseRequest

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

공개 메소드들

메소드 설명
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 ) : AopCompletePurchaseResponse Send the request with specified data
setParams ( $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

getParams() 공개 메소드

public getParams ( ) : mixed
리턴 mixed

sendData() 공개 메소드

Send the request with specified data
public sendData ( mixed $data ) : AopCompletePurchaseResponse
$data mixed The data to send
리턴 Omnipay\Alipay\Responses\AopCompletePurchaseResponse

setParams() 공개 메소드

public setParams ( $value )
$value

validateParams() 공개 메소드

public validateParams ( )