Report
class Report extends EntityBase (View source)
Report entity
Properties
string | $Id | from EntityBase | |
string | $Tag | from EntityBase | |
int | $CreationDate | from EntityBase | |
int | $ReportDate | The date and time at which the report was generated. |
|
string | $Status | Status of the report. |
|
string | $ResultCode | Result code. |
|
string | $ResultMessage | Result message. |
|
string | $DownloadFormat | The format in which the report is going to be downloaded. |
|
string | $DownloadURL | The URL at which the report file can be downloaded when the Status is GENERATED. |
|
string | $ReportType | Type of the report: USER_WALLET_TRANSACTIONS, COLLECTED_FEES |
|
string | $Sort | Sorting. | |
int | $AfterDate | The date and time after which the report’s transaction was created, based on the transaction’s CreationDate. |
|
int | $BeforeDate | The date and time before which the report’s transaction was created, based on the transaction’s CreationDate. |
|
ReportFilters | $Filters | The filers to apply if the ReportType is USER_WALLET_TRANSACTIONS (no filters available for COLLECTED_FEES). |
|
array | $Columns | The data columns to be included in the report. |
Methods
Get array with mapping which property is object and what type of object.
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
Details
in
Dto at line 15
array
GetSubObjects()
Get array with mapping which property is object and what type of object.
To be overridden in child class if has any sub objects.
in
Dto at line 25
array
GetDependsObjects()
Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.
array
GetReadOnlyProperties()
Get array with read-only properties
__construct(string $id = null)
Construct