Class AuthorizeNetTD

Description

A class to send a request to the Transaction Details XML API.

Located in /lib/AuthorizeNetTD.php (line 17)

AuthorizeNetRequest
   |
   --AuthorizeNetTD
Class Constant Summary
 LIVE_URL = "https://api.authorize.net/xml/v1/request.api"
 SANDBOX_URL = "https://apitest.authorize.net/xml/v1/request.api"
Method Summary
void getSettledBatchList ([ $includeStatistics = false], [ $firstSettlementDate = false], [ $lastSettlementDate = false])
void getTransactionDetails ( $transId)
string _getPostUrl ()
AuthorizeNetTransactionDetails_Response _handleResponse (string $response)
void _setPostString ()
Variables
Methods
getSettledBatchList (line 25)
  • access: public
void getSettledBatchList ([ $includeStatistics = false], [ $firstSettlementDate = false], [ $lastSettlementDate = false])
  • $includeStatistics
  • $firstSettlementDate
  • $lastSettlementDate
getTransactionDetails (line 37)
  • access: public
void getTransactionDetails ( $transId)
  • $transId
_getPostUrl (line 47)
  • access: protected
string _getPostUrl ()

Redefinition of:
AuthorizeNetRequest::_getPostUrl()
Get the post url. We need this because until 5.3 you you could not access child constants in a parent class.
_handleResponse (line 59)
  • access: protected
AuthorizeNetTransactionDetails_Response _handleResponse (string $response)
  • string $response

Redefinition of:
AuthorizeNetRequest::_handleResponse()
Handle the response string
_setPostString (line 67)

Prepare the XML post string.

  • access: protected
void _setPostString ()

Redefinition of:
AuthorizeNetRequest::_setPostString()
Set the _post_string

Inherited Methods

Inherited From AuthorizeNetRequest

AuthorizeNetRequest::__construct()
AuthorizeNetRequest::getPostString()
AuthorizeNetRequest::setLogFile()
AuthorizeNetRequest::setSandbox()
AuthorizeNetRequest::_getPostUrl()
AuthorizeNetRequest::_handleResponse()
AuthorizeNetRequest::_sendRequest()
AuthorizeNetRequest::_setPostString()
Class Constants
LIVE_URL = "https://api.authorize.net/xml/v1/request.api" (line 20)
SANDBOX_URL = "https://apitest.authorize.net/xml/v1/request.api" (line 21)

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