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

Return Value

Builder

at line 117
object attributes()

Print Account Statement attributes.

Return Value

object

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.

Parameters

int $accountId
int $currencyId
string $startDate
string $endDate

at line 159
void getTransactions()

Get Account Statement Transactions.

Return Value

void