Abstract Class PaypalAPI

Description

Abstract Class for Paypal API Core Methods

This is an abstract class that contains 6 important methods that are used by all the Operations classes.

Located in /paypal_base.php (line 277)


	
			
Direct descendents
Class Description
 class GetExpressCheckoutDetails Used to invoke the GetExpressCheckoutDetails Operation
 class DoExpressCheckoutPayment Used to invoke the DoExpressCheckoutPayment Operation
 class TransactionSearch Used to invoke the TransactionSearch Operation
 class SetExpressCheckout Used to invoke the SetExpressCheckout Operation
 class DoDirectPayment Used to invoke the DoDirectPayment Operation
 class GetTransactionDetails Used to invoke the GetExpressCheckoutDetails Operation
Method Summary
 SoapFault getAPIException ()
 mixed getAPIResponse ()
 bool success ()
Methods
getAPIException (line 360)

Returns any SoapFault thrown

Any exception that is thrown can be accessed from this method

  • access: public
SoapFault getAPIException ()
getAPIResponse (line 347)

Returns the API Response

The response from the Paypal Webservice can be accessed from this method

  • access: public
mixed getAPIResponse ()
success (line 334)

Was the Operation Successful

This method tells us whether or not the last operation was a success

  • access: public
bool success ()

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