@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/dart-services
index
DartAccountBalanceReportService
Class DartAccountBalanceReportService
Index
Constructors
constructor
Methods
get
Constructors
constructor
new
DartAccountBalanceReportService
(
args
:
{
pointsAccounts
:
PointsAccount
[]
;
victorAccountClient
:
VictorAccountClient
;
virtualAccountAdminQueryService
:
VirtualAccountAdminQueryService
;
}
,
)
:
DartAccountBalanceReportService
Parameters
args
:
{
pointsAccounts
:
PointsAccount
[]
;
victorAccountClient
:
VictorAccountClient
;
virtualAccountAdminQueryService
:
VirtualAccountAdminQueryService
;
}
Returns
DartAccountBalanceReportService
Methods
get
get
(
args
:
{
snapshotDate
:
Date
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
{
pointsAccounts
:
DartAccountBalanceRow
[]
;
vaccts
:
DartAccountBalanceRow
[]
;
}
;
}
,
>
Parameters
args
:
{
snapshotDate
:
Date
}
Returns
Promise
<
{
ok
:
true
;
value
:
{
pointsAccounts
:
DartAccountBalanceRow
[]
;
vaccts
:
DartAccountBalanceRow
[]
;
}
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
@cfxlabsinc/b2b-services
Loading...