ReportData
extends NoDatabase
in package
Table of Contents
- $accounts : array<string|int, mixed>
- $decimals : int
- $journalEntryId : int
- $request : Report
- copy() : $this
- Selectively copy information from a data array.
Properties
$accounts
public
array<string|int, mixed>
$accounts
$decimals
public
int
$decimals
The number of decimal places in the requested currency
$journalEntryId
public
int
$journalEntryId
The last JournalEntry ID when this report was created.
$request
public
Report
$request
The Report message used to generate this report.
Methods
copy()
Selectively copy information from a data array.
public
copy(array<string|int, mixed>|object $data) : $this
Parameters
- $data : array<string|int, mixed>|object