Preparing search index...
The search index is not available
hledger-parser
hledger-parser
Raw
PriceDirective
Interface PriceDirective
Type for a 'raw'
price directive
interface
PriceDirective
{
type
:
"priceDirective"
;
value
:
{
comments
?:
InlineComment
;
commodity
:
string
;
contentLines
:
PriceDirectiveContentLine
[]
;
date
:
Core
.
SimpleDate
;
price
:
Amount
;
}
;
}
Index
Properties
type
value
Properties
type
type
:
"priceDirective"
value
value
:
{
comments
?:
InlineComment
;
commodity
:
string
;
contentLines
:
PriceDirectiveContentLine
[]
;
date
:
Core
.
SimpleDate
;
price
:
Amount
;
}
Type declaration
Optional
comments
?:
InlineComment
commodity
:
string
content
Lines
:
PriceDirectiveContentLine
[]
date
:
Core
.
SimpleDate
price
:
Amount
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' price directive