Skip to content

Commit

Permalink
✨ Add accountingYears and balance
Browse files Browse the repository at this point in the history
  • Loading branch information
matbaek committed Jun 18, 2024
1 parent 362845f commit 19f720b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ class Account extends Resource
{
public AccountingYear $accountingYear;

// TODO: Change typehint to EconomicCollection
public string $accountingYears;

public int $accountNumber;

public array $accountSummed;

public string $accountType;

public float $balance;

public bool $barred;

public bool $blockDirectEntries;
Expand Down

0 comments on commit 19f720b

Please sign in to comment.