A class to parse a response from the Transaction Details XML API.
package |
AuthorizeNet |
---|---|
subpackage |
AuthorizeNetTD |
__construct(string $response)
string
The response from the AuthNet server.
isOk() : bool
bool
xpath(string $path) : array
string
array
Returns an array of SimpleXMLElement objects or FALSE in case of an error.
isError() : bool
bool
getErrorMessage() : string
string
getRefID() : string
string
getResultCode() : string
string
getMessageCode() : string
string
getMessageText() : string
string
_getElementContents($elementName) : string
string
xml