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 on which the reports were generated. Period between dates is no more than 7 days. The format is yyyy-MM-dd If ‘end_date’ is skipped then default value is used: ‘start_date’ + 7 dayspublic 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 on which the reports were generated. The format is yyyy-MM-ddCopyright © 2023. All rights reserved.