all repos — ynab-ledger @ b0268d45630f86546a7e6b97b86ebba17491ed26

Convert exported YNAB data to ledger-cli

src/Item/LedgerTransaction.php (view raw)

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

namespace YnabLedger\Item;

class LedgerTransaction {
    public $date;
    public $state;
    public $payee;
    public $note;
    public $postings = [];
}