GetTransactionDetailsReq request = new GetTransactionDetailsReq();
request.setGetTransactionDetailsRequest(_request);
if (LOG.isDebugEnabled()) {
LOG.debug("Executing GetTransactionDetails API call for [" + _credentials.toString() + "]");
}
GetTransactionDetailsResponseType response = getAPIInterface(_credentials).getTransactionDetails(request);
if (LOG.isDebugEnabled()) {
LOG.debug("GetTransactionDetails API call completed, processing response.");
}
processResponse(response);
if (LOG.isDebugEnabled()) {