File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
class ReportFilters extends Libraries \Dto
9
9
{
10
10
/**
11
- * The currency of the wallet(s) being credited or debited by the report’s transactions.
11
+ * The currency of the DebitedFunds, CreditedFunds, or Fees of the transactions (and therefore the wallets) .
12
12
* @var string
13
13
*/
14
14
public $ Currency ;
15
15
16
16
/**
17
- * The unique identifier of the user owning the wallet(s) .
17
+ * The unique identifier of the user referenced as the AuthorId or CreditedUserId of the transaction .
18
18
* @var string
19
19
*/
20
20
public $ UserId ;
21
21
22
22
/**
23
- * The unique identifier of the wallet.
23
+ * The unique identifier of the wallet referenced as the DebitedWalletId or CreditedWalletId of the transaction .
24
24
* @var string
25
25
*/
26
26
public $ WalletId ;
You can’t perform that action at this time.
0 commit comments