class AgingSchedule

Properties

protected Currency $currency Aging Schedule Currency.
protected Entity $entity Aging Schedule Entity.
array $accounts Aging Schedule accounts.
array $balances Aging Schedule balances.
array $brackets Aging Schedule brackets.

Methods

__construct(string $accountType = Account::RECEIVABLE, int $currencyId = null, string $endDate = null)

Agine Schedule for the account type as at the endDate.

object
attributes()

Print Aging Schedule attributes.

Details

at line 85
__construct(string $accountType = Account::RECEIVABLE, int $currencyId = null, string $endDate = null)

Agine Schedule for the account type as at the endDate.

Parameters

string $accountType
int $currencyId
string $endDate

at line 125
object attributes()

Print Aging Schedule attributes.

Return Value

object