@buzzr/dfs-engine
Preparing search index...
SettlementStore
Interface SettlementStore
interface
SettlementStore
{
id
:
string
;
loadSettlement
?
(
entryId
:
string
,
)
:
DfsSettlementResult
|
Promise
<
DfsSettlementResult
|
null
>
|
null
;
saveSettlement
?
(
result
:
DfsSettlementResult
,
)
:
void
|
Promise
<
void
|
{
revision
?:
string
}
>
|
{
revision
?:
string
}
;
}
Index
Properties
id
Methods
load
Settlement?
save
Settlement?
Properties
Readonly
id
id
:
string
Methods
Optional
load
Settlement
loadSettlement
?
(
entryId
:
string
,
)
:
DfsSettlementResult
|
Promise
<
DfsSettlementResult
|
null
>
|
null
Parameters
entryId
:
string
Returns
DfsSettlementResult
|
Promise
<
DfsSettlementResult
|
null
>
|
null
Optional
save
Settlement
saveSettlement
?
(
result
:
DfsSettlementResult
,
)
:
void
|
Promise
<
void
|
{
revision
?:
string
}
>
|
{
revision
?:
string
}
Parameters
result
:
DfsSettlementResult
Returns
void
|
Promise
<
void
|
{
revision
?:
string
}
>
|
{
revision
?:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
Methods
load
Settlement
save
Settlement
@buzzr/dfs-engine
Loading...