public class TransactionLevelFeeReport extends Object
Modifier and Type | Field and Description |
---|---|
private List<org.apache.commons.csv.CSVRecord> |
csvRecords |
private List<TransactionLevelFeeReportRow> |
rows |
private Boolean |
valid |
Constructor and Description |
---|
TransactionLevelFeeReport(String urlValue) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.commons.csv.CSVRecord> |
getCSVRecords() |
List<TransactionLevelFeeReportRow> |
getRows()
Deprecated.
|
Boolean |
isValid() |
private List<TransactionLevelFeeReportRow> rows
private List<org.apache.commons.csv.CSVRecord> csvRecords
private Boolean valid
public TransactionLevelFeeReport(String urlValue) throws IOException, ParseException
IOException
ParseException
@Deprecated public List<TransactionLevelFeeReportRow> getRows()
which supports all regions.
public List<org.apache.commons.csv.CSVRecord> getCSVRecords()
public Boolean isValid()
Copyright © 2013-2020. All Rights Reserved.