PHP 클래스 Omnipay\WechatPay\Message\DownloadBillRequest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$endpoint

공개 메소드들

메소드 설명
getBillDate ( ) : mixed
getBillType ( ) : mixed
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.
getDeviceInfo ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setBillDate ( mixed $billDate )
setBillType ( mixed $billType )
setDeviceInfo ( mixed $deviceInfo )

비공개 메소드들

메소드 설명
post ( $url, $data = [], $timeout = 3 )

메소드 상세

getBillDate() 공개 메소드

public getBillDate ( ) : mixed
리턴 mixed

getBillType() 공개 메소드

public getBillType ( ) : mixed
리턴 mixed

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

getDeviceInfo() 공개 메소드

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

setBillDate() 공개 메소드

public setBillDate ( mixed $billDate )
$billDate mixed

setBillType() 공개 메소드

public setBillType ( mixed $billType )
$billType mixed

setDeviceInfo() 공개 메소드

public setDeviceInfo ( mixed $deviceInfo )
$deviceInfo mixed

프로퍼티 상세

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

protected $endpoint