Class AuthorizeNetXMLResponse

Description

Base class for the AuthorizeNet ARB & CIM Responses.

Located in /lib/shared/AuthorizeNetXMLResponse.php (line 15)


	
			
Direct descendents
Class Description
AuthorizeNetARB_Response A class to parse a response from the ARB XML API.
AuthorizeNetCIM_Response A class to parse a response from the CIM XML API.
AuthorizeNetTD_Response A class to parse a response from the Transaction Details XML API.
Variable Summary
mixed $xml
Method Summary
AuthorizeNetXMLResponse __construct (string $response)
void getErrorMessage ()
void getMessageCode ()
void getMessageText ()
void getRefID ()
void getResultCode ()
bool isError ()
bool isOk ()
void _getElementContents ( $elementName)
Variables
mixed $xml (line 18)
  • access: public
Methods
Constructor __construct (line 25)

Constructor. Parses the AuthorizeNet response string.

  • access: public
AuthorizeNetXMLResponse __construct (string $response)
  • string $response: The response from the AuthNet server.
getCustomerAddressId (line 80)
  • access: public
void getCustomerAddressId ()
getCustomerProfileId (line 85)
  • access: public
void getCustomerProfileId ()
getErrorMessage (line 53)
  • access: public
void getErrorMessage ()
getMessageCode (line 70)
  • access: public
void getMessageCode ()
getMessageText (line 75)
  • access: public
void getMessageText ()
getPaymentProfileId (line 90)
  • access: public
void getPaymentProfileId ()
getRefID (line 60)
  • access: public
void getRefID ()
getResultCode (line 65)
  • access: public
void getResultCode ()
isError (line 48)

Was there an error.

  • access: public
bool isError ()
isOk (line 38)

Was the transaction successfull.

  • access: public
bool isOk ()
_getElementContents (line 95)
  • access: protected
void _getElementContents ( $elementName)
  • $elementName

Documentation generated on Thu, 21 Oct 2010 17:31:03 +0000 by phpDocumentor 1.4.3