Class TransactionSearch

Description

Used to invoke the TransactionSearch Operation

Located in /transactionsearch.php (line 25)

PaypalAPI
   |
   --TransactionSearch
Method Summary
 void execute ()
 void setParams (integer $StartDate, [intefer $EndDate = 0], [string $PayerEmail = ''], [string $ReceiverEmail = ''], [string $ReceiptID = ''], [string $TransactionID = ''], [string $PayerName = ''], [string $AuctionItemNumber = ''], [string $InvoiceID = ''], [string $CardNumber = ''], [string $TransactionClass = ''], [float $Amount = ''], [string $CurrencyCode = ''], [string $Status = ''], [string $currencyID = 'USD'])
Methods
execute (line 73)

Executes the Operation

Prepares the final message and the calls the Webservice operation. If it is successfull the response is registered and the OperationStatus is set to true, otherwise the Operation status will be set to false and an Exception of the type soapFault will be registered instead.

  • access: public
  • throws: SoapFault
void execute ()
setParams (line 58)

Generates the TransactionSearchRequestType

Prepares a multi-dimensional array for the message to be used in the search.

void setParams (integer $StartDate, intefer $EndDate, [string $PayerEmail = ''], [string $ReceiverEmail = ''], [string $ReceiptID = ''], [string $TransactionID = ''], [string $PayerName = ''], [string $AuctionItemNumber = ''], [string $InvoiceID = ''], [string $CardNumber = ''], [string $TransactionClass = ''], [float $Amount = ''], [string $CurrencyCode = ''], [string $Status = ''], [string $currencyID = 'USD'])
  • integer $StartDate: UNIXTIMESTAMP
  • intefer $EndDate: UNIXTIMESTAMP
  • string $PayerEmail
  • string $ReceiverEmail
  • string $ReceiptID
  • string $TransactionID
  • string $PayerName
  • string $AuctionItemNumber
  • string $InvoiceID
  • string $CardNumber
  • string $TransactionClass
  • float $Amount
  • string $CurrencyCode
  • string $Status
  • string $currencyID

Inherited Methods

Inherited From PaypalAPI

 PaypalAPI::getAPIException()
 PaypalAPI::getAPIResponse()
 PaypalAPI::success()

Documentation generated on Sat, 03 Feb 2007 20:59:07 -0800 by phpDocumentor 1.3.1