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

Builder
buildQuery()

Build Statement Query

object
attributes()

Print Account Statement attributes.

__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

Return Value

Builder

in AccountStatement at line 117
object attributes()

Print Account Statement attributes.

Return Value

object

at line 76
__construct(int $accountId = null, int $currencyId = null, string $endDate = null)

Account Schedule for the account for the period.

Parameters

int $accountId
int $currencyId
string $endDate

at line 93
void getTransactions()

Get Account Schedule Transactions.

Return Value

void