all repos — archive/ynab-ledger @ 115cc1a38c67606909bf3df1cc41d257fa8120ba

Convert exported YNAB data to ledger-cli

src/Item/BudgetTransaction.php (view raw)

1
2
3
4
5
6
7
8
9
10
<?php

namespace YnabLedger\Item;

class BudgetTransaction {
    public $date;
    public $category = [];
    public $in;
    public $out;
}