I need to get the Batch/Transactions details using these methods. Need
to know if the issue is fixed. I can see that public static List
NewFromResponse(getSettledBatchListResponse batches){ var result = new
List(); for (int i = 0; i < batches.batchLi...