Report
class Report extends Collection (View source)
Properties
| protected | $collection_key | ||
| protected | $filesType | ||
| protected | $filesDataType | ||
| string | $id | ||
| bool | $isReportReady | ||
| string | $kind | ||
| protected | $requestType | ||
| protected | $requestDataType | ||
| int | $rowCount | ||
| array[] | $rows | ||
| string | $statisticsCurrencyCode | ||
| string | $statisticsTimeZone |
Methods
setFiles($files)
No description
getFiles()
No description
setId($id)
No description
string
getId()
No description
setIsReportReady($isReportReady)
No description
bool
getIsReportReady()
No description
setKind($kind)
No description
string
getKind()
No description
getRequest()
No description
setRowCount($rowCount)
No description
int
getRowCount()
No description
setRows($rows)
No description
array[]
getRows()
No description
setStatisticsCurrencyCode($statisticsCurrencyCode)
No description
string
getStatisticsCurrencyCode()
No description
setStatisticsTimeZone($statisticsTimeZone)
No description
string
getStatisticsTimeZone()
No description
Details
setFiles($files)
No description
ReportFiles[]
getFiles()
No description
setId($id)
No description
string
getId()
No description
setIsReportReady($isReportReady)
No description
bool
getIsReportReady()
No description
setKind($kind)
No description
string
getKind()
No description
setRequest(ReportRequest $request)
No description
ReportRequest
getRequest()
No description
setRowCount($rowCount)
No description
int
getRowCount()
No description
setRows($rows)
No description
array[]
getRows()
No description
setStatisticsCurrencyCode($statisticsCurrencyCode)
No description
string
getStatisticsCurrencyCode()
No description
setStatisticsTimeZone($statisticsTimeZone)
No description
string
getStatisticsTimeZone()
No description