all repos — ynab-ledger @ 058a156b6d5306ebdc853773631d0304f5a4e73b

Convert exported YNAB data to ledger-cli

src/Item/RegisterTransaction.php (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace YnabLedger\Item;

class RegisterTransaction {
    public $line;
    public $account;
    public $date;
    public $payee;
    public $category;
    public $memo;
    public $out;
    public $in;
    public $currency;
    public $cleared;
}