Interface TransactionInitLine

Type for the initialization line of a hledger transaction

interface TransactionInitLine {
    chequeNumber?: string;
    comment?: InlineComment;
    date: TransactionDate;
    description: TxnDescription;
    status: StatusIndicator;
}

Properties

chequeNumber?: string
comment?: InlineComment
description: TxnDescription

Generated using TypeDoc