A class to parse a response from the CIM XML API.
package |
AuthorizeNet |
---|---|
subpackage |
AuthorizeNetCIM |
getTransactionResponse() : \AuthorizeNetAIM_Response
getValidationResponses() : array
array
Array of AuthorizeNetAIM_Response objects for each payment profile.
getValidationResponse() : \AuthorizeNetAIM_Response
getCustomerProfileIds() : array
array
getCustomerPaymentProfileIds() : array
array
getCustomerShippingAddressIds() : array
array
getCustomerAddressId() : string
string
getCustomerProfileId() : string
string
getPaymentProfileId() : string
string
__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