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

array
GetSubObjects()

Get array with mapping which property is object and what type of object.

from  Dto
array
GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

from  Dto
array
GetReadOnlyProperties()

Get array with read-only properties

__construct(string $id = null)

Construct

Details

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.

Return Value

array

array GetDependsObjects()

Get array with mapping which property depends on other property To be overridden in child class if has any dependent objects.

Return Value

array

array GetReadOnlyProperties()

Get array with read-only properties

Return Value

array

__construct(string $id = null)

Construct

Parameters

string $id

Entity identifier