Skip to content

Commit ad6debc

Browse files
author
Iulian Masar
committed
updated docs
1 parent 61f8577 commit ad6debc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MangoPay/ReportFilters.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
class ReportFilters extends Libraries\Dto
99
{
1010
/**
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).
1212
* @var string
1313
*/
1414
public $Currency;
1515

1616
/**
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.
1818
* @var string
1919
*/
2020
public $UserId;
2121

2222
/**
23-
* The unique identifier of the wallet.
23+
* The unique identifier of the wallet referenced as the DebitedWalletId or CreditedWalletId of the transaction.
2424
* @var string
2525
*/
2626
public $WalletId;

0 commit comments

Comments
 (0)