Preparing search index...
The search index is not available
hledger-parser
hledger-parser
Raw
TransactionInitLine
Interface TransactionInitLine
Type for the initialization line of a
hledger transaction
interface
TransactionInitLine
{
chequeNumber
?:
string
;
comment
?:
InlineComment
;
date
:
TransactionDate
;
description
:
TxnDescription
;
status
:
StatusIndicator
;
}
Index
Properties
cheque
Number?
comment?
date
description
status
Properties
Optional
cheque
Number
cheque
Number
?:
string
Optional
comment
comment
?:
InlineComment
date
date
:
TransactionDate
description
description
:
TxnDescription
status
status
:
StatusIndicator
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cheque
Number
comment
date
description
status
hledger-parser
Loading...
Generated using
TypeDoc
Type for the initialization line of a hledger transaction