TransactionSearchReq request = new TransactionSearchReq();
request.setTransactionSearchRequest(_request);
if (LOG.isDebugEnabled()) {
LOG.debug("Executing TransactionSearch API call for [" + _credentials.toString() + "]");
}
TransactionSearchResponseType response = getAPIInterface(_credentials).transactionSearch(request);
if (LOG.isDebugEnabled()) {
LOG.debug("TransactionSearch API call completed, processing response.");
}
processResponse(response);
if (LOG.isDebugEnabled()) {