public class ReportsData extends Object
| Constructor and Description |
|---|
ReportsData() |
| Modifier and Type | Method and Description |
|---|---|
ReportsData |
addReportTypeItem(String reportTypeItem) |
ReportsData |
endDate(LocalDate endDate) |
ReportsData |
reportType(List<String> reportType) |
void |
setEndDate(LocalDate endDate) |
void |
setReportType(List<String> reportType) |
void |
setStartDate(LocalDate startDate) |
ReportsData |
startDate(LocalDate startDate) |
String |
toString() |
public void setEndDate(LocalDate endDate)
public ReportsData endDate(LocalDate endDate)
endDate - End date of period in which the reports were generated. Period between dates is no more than 7 days. Format: yyyy-MM-ddpublic ReportsData reportType(List<String> reportType)
reportType - Specific report type. Now are available: \"regular_settlement\", \"icpp_settlement\"public ReportsData addReportTypeItem(String reportTypeItem)
public void setStartDate(LocalDate startDate)
public ReportsData startDate(LocalDate startDate)
startDate - Start date of period in which the reports were generated. Format: yyyy-MM-ddCopyright © 2022. All rights reserved.