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