Preparing search index...
The search index is not available
hledger-parser
hledger-parser
Raw
Transaction
Interface Transaction
Type for a 'raw'
hledger transaction
interface
Transaction
{
type
:
"transaction"
;
value
:
{
contentLines
:
TransactionItem
[]
;
initLine
:
TransactionInitLine
;
}
;
}
Index
Properties
type
value
Properties
type
type
:
"transaction"
value
value
:
{
contentLines
:
TransactionItem
[]
;
initLine
:
TransactionInitLine
;
}
Type declaration
content
Lines
:
TransactionItem
[]
init
Line
:
TransactionInitLine
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
type
value
hledger-parser
Loading...
Generated using
TypeDoc
Type for a 'raw' hledger transaction