@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/withdrawal-services
index
WithdrawalProductUsageService
Class WithdrawalProductUsageService
Index
Constructors
constructor
Methods
get
get
Aggregate
Constructors
constructor
new
WithdrawalProductUsageService
(
args
:
{
sqlClient
:
Sql
}
,
)
:
WithdrawalProductUsageService
Parameters
args
:
{
sqlClient
:
Sql
}
Returns
WithdrawalProductUsageService
Methods
get
get
(
__namedParameters
:
{
entityId
:
string
;
input
:
{
type
:
"COUNT"
|
"USD_TOTAL"
;
window
:
"24H"
|
"7D"
|
"30D"
}
[]
;
productNames
:
(
|
"withdraw.blockchain.v1"
|
"withdraw.ke_bank.v1"
|
"withdraw.ke_momo.v1"
|
"withdraw.mx_bank_spei.v1"
|
"withdraw.swift_wire.v1"
|
"withdraw.tg_momo.v1"
|
"withdraw.us_bank_ach.v1"
|
"withdraw.us_instant.v1"
|
"withdraw.us_wire.v1"
|
"withdraw.ach_pull.v1"
|
"withdraw.us_wire_drawdown.v1"
)
[]
;
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
BigNumber
[]
}
>
Parameters
__namedParameters
:
{
entityId
:
string
;
input
:
{
type
:
"COUNT"
|
"USD_TOTAL"
;
window
:
"24H"
|
"7D"
|
"30D"
}
[]
;
productNames
:
(
|
"withdraw.blockchain.v1"
|
"withdraw.ke_bank.v1"
|
"withdraw.ke_momo.v1"
|
"withdraw.mx_bank_spei.v1"
|
"withdraw.swift_wire.v1"
|
"withdraw.tg_momo.v1"
|
"withdraw.us_bank_ach.v1"
|
"withdraw.us_instant.v1"
|
"withdraw.us_wire.v1"
|
"withdraw.ach_pull.v1"
|
"withdraw.us_wire_drawdown.v1"
)
[]
;
}
Returns
Promise
<
{
ok
:
true
;
value
:
BigNumber
[]
}
>
get
Aggregate
getAggregate
(
input
:
{
entityId
:
string
;
input
:
{
type
:
"COUNT"
|
"USD_TOTAL"
;
window
:
"24H"
|
"7D"
|
"30D"
}
[]
;
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
BigNumber
[]
}
>
Parameters
input
:
{
entityId
:
string
;
input
:
{
type
:
"COUNT"
|
"USD_TOTAL"
;
window
:
"24H"
|
"7D"
|
"30D"
}
[]
;
}
Returns
Promise
<
{
ok
:
true
;
value
:
BigNumber
[]
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
get
Aggregate
@cfxlabsinc/b2b-services
Loading...