PHP Class Omnipay\Alipay\Requests\LegacyRefundRequest

Inheritance: extends AbstractLegacyRequest
Mostra file Open project: lokielse/omnipay-alipay

Protected Properties

Property Type Description
$service

Public Methods

Method Description
getBatchNo ( ) : mixed
getBatchNum ( ) : 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.
getInputCharset ( ) : mixed
getNotifyUrl ( ) : mixed
getPartner ( ) : mixed
getPaymentType ( ) : mixed
getRefundDate ( ) : mixed
getRefundItems ( ) : mixed
getSellerEmail ( ) : mixed
getSellerId ( ) : mixed
getSellerUserId ( ) : mixed
sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface Send the request with specified data
setBatchNo ( $value )
setBatchNum ( $value )
setInputCharset ( $value )
setNotifyUrl ( $value )
setPartner ( $value )
setPaymentType ( $value )
setRefundDate ( $value )
setRefundItems ( $value )
setSellerEmail ( $value )
setSellerId ( $value )
setSellerUserId ( $value )

Protected Methods

Method Description
getDetailData ( )
getRefundDetail ( ) : mixed
setDefaults ( )
setRefundDetail ( $value )

Method Details

getBatchNo() public method

public getBatchNo ( ) : mixed
return mixed

getBatchNum() public method

public getBatchNum ( ) : mixed
return mixed

getData() public method

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
return mixed

getDetailData() protected method

protected getDetailData ( )

getInputCharset() public method

public getInputCharset ( ) : mixed
return mixed

getNotifyUrl() public method

public getNotifyUrl ( ) : mixed
return mixed

getPartner() public method

public getPartner ( ) : mixed
return mixed

getPaymentType() public method

public getPaymentType ( ) : mixed
return mixed

getRefundDate() public method

public getRefundDate ( ) : mixed
return mixed

getRefundDetail() protected method

protected getRefundDetail ( ) : mixed
return mixed

getRefundItems() public method

public getRefundItems ( ) : mixed
return mixed

getSellerEmail() public method

public getSellerEmail ( ) : mixed
return mixed

getSellerId() public method

public getSellerId ( ) : mixed
return mixed

getSellerUserId() public method

public getSellerUserId ( ) : mixed
return mixed

sendData() public method

Send the request with specified data
public sendData ( mixed $data ) : Omnipay\Common\Message\ResponseInterface
$data mixed The data to send
return Omnipay\Common\Message\ResponseInterface

setBatchNo() public method

public setBatchNo ( $value )
$value

setBatchNum() public method

public setBatchNum ( $value )
$value

setDefaults() protected method

protected setDefaults ( )

setInputCharset() public method

public setInputCharset ( $value )
$value

setNotifyUrl() public method

public setNotifyUrl ( $value )
$value

setPartner() public method

public setPartner ( $value )
$value

setPaymentType() public method

public setPaymentType ( $value )
$value

setRefundDate() public method

public setRefundDate ( $value )
$value

setRefundDetail() protected method

protected setRefundDetail ( $value )
$value

setRefundItems() public method

public setRefundItems ( $value )
$value

setSellerEmail() public method

public setSellerEmail ( $value )
$value

setSellerId() public method

public setSellerId ( $value )
$value

setSellerUserId() public method

public setSellerUserId ( $value )
$value

Property Details

$service protected_oe property

protected $service