all repos — ynab-ledger @ 2d371fdd6b9d805e7d7b35f53c3c626fa1408740

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;
}