PHP Class Oara\Network\Publisher\TradeTracker

Author: Carlos Morillo Merino
Inheritance: extends Oara\Network
Datei anzeigen Open project: fubralimited/php-oara

Public Methods

Method Description
checkConnection ( ) : boolean
getMerchantList ( ) : array
getNeededCredentials ( ) : array
getPaymentHistory ( ) (non-PHPdoc)
getTransactionList ( null $merchantList = null, DateTime $dStartDate = null, DateTime $dEndDate = null ) : array
login ( $credentials )

Method Details

checkConnection() public method

public checkConnection ( ) : boolean
return boolean

getMerchantList() public method

public getMerchantList ( ) : array
return array

getNeededCredentials() public method

public getNeededCredentials ( ) : array
return array

getPaymentHistory() public method

(non-PHPdoc)
public getPaymentHistory ( )

getTransactionList() public method

public getTransactionList ( null $merchantList = null, DateTime $dStartDate = null, DateTime $dEndDate = null ) : array
$merchantList null
$dStartDate DateTime
$dEndDate DateTime
return array

login() public method

public login ( $credentials )