AccountStatement
class AccountStatement
Properties
protected Currency | $currency | Account Statement Currency. | |
protected Account | $account | Account Statement Account. | |
protected Entity | $entity | Account Statement Entity. | |
array | $balances | Account Statement balances. | |
array | $period | Account Statement period. | |
array | $transactions | Account Statement transactions. |
Methods
Builder
buildQuery()
Build Statement Query
object
attributes()
Print Account Statement attributes.
__construct(int $accountId = null, int $currencyId = null, string $startDate = null, string $endDate = null)
Construct Account Statement for the account for the period.
void
getTransactions()
Get Account Statement Transactions.
Details
at line 81
protected Builder
buildQuery()
Build Statement Query
at line 117
object
attributes()
Print Account Statement attributes.
at line 137
__construct(int $accountId = null, int $currencyId = null, string $startDate = null, string $endDate = null)
Construct Account Statement for the account for the period.
at line 159
void
getTransactions()
Get Account Statement Transactions.