@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/virtual-account-services
VirtualAccountAdminQueryService
Class VirtualAccountAdminQueryService
Index
Constructors
constructor
Methods
get
search
Constructors
constructor
new
VirtualAccountAdminQueryService
(
args
:
{
sqlClient
:
Sql
}
,
)
:
VirtualAccountAdminQueryService
Parameters
args
:
{
sqlClient
:
Sql
}
Returns
VirtualAccountAdminQueryService
Methods
get
get
(
args
:
{
id
:
string
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
|
{
accountNumber
:
string
;
achDepositInstructions
:
AchDepositInstructions
;
createdAt
:
Date
;
deletedAt
:
Date
|
null
;
id
:
string
;
name
:
string
|
null
;
provider
:
"VICTOR"
|
"BIVO"
|
"ROUTE_FUSION"
;
referenceId
:
string
|
null
;
routingNumber
:
string
;
rtpDepositInstructions
:
RtpDepositInstructions
;
status
:
"PENDING"
|
"ACTIVE"
;
type
:
"US_DEPOSIT"
|
"US_DDA"
;
updatedAt
:
Date
;
wireDepositInstructions
:
UsWireDepositInstructions
;
}
&
{
customerId
:
string
;
entityId
:
string
;
ledgerAccountId
:
string
}
|
null
;
}
,
>
Parameters
args
:
{
id
:
string
}
Returns
Promise
<
{
ok
:
true
;
value
:
|
{
accountNumber
:
string
;
achDepositInstructions
:
AchDepositInstructions
;
createdAt
:
Date
;
deletedAt
:
Date
|
null
;
id
:
string
;
name
:
string
|
null
;
provider
:
"VICTOR"
|
"BIVO"
|
"ROUTE_FUSION"
;
referenceId
:
string
|
null
;
routingNumber
:
string
;
rtpDepositInstructions
:
RtpDepositInstructions
;
status
:
"PENDING"
|
"ACTIVE"
;
type
:
"US_DEPOSIT"
|
"US_DDA"
;
updatedAt
:
Date
;
wireDepositInstructions
:
UsWireDepositInstructions
;
}
&
{
customerId
:
string
;
entityId
:
string
;
ledgerAccountId
:
string
}
|
null
;
}
,
>
search
search
(
args
:
{
accountNumbers
?:
string
[]
;
ids
?:
string
[]
;
ledgerAccountIds
?:
string
[]
;
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
{
hasNext
:
boolean
;
items
:
(
{
accountNumber
:
string
;
achDepositInstructions
:
AchDepositInstructions
;
createdAt
:
Date
;
deletedAt
:
Date
|
null
;
id
:
string
;
name
:
string
|
null
;
provider
:
"VICTOR"
|
"BIVO"
|
"ROUTE_FUSION"
;
referenceId
:
string
|
null
;
routingNumber
:
string
;
rtpDepositInstructions
:
RtpDepositInstructions
;
status
:
"PENDING"
|
"ACTIVE"
;
type
:
"US_DEPOSIT"
|
"US_DDA"
;
updatedAt
:
Date
;
wireDepositInstructions
:
UsWireDepositInstructions
;
}
&
{
customerId
:
string
;
entityId
:
string
;
ledgerAccountId
:
string
}
)
[]
;
}
;
}
,
>
Parameters
args
:
{
accountNumbers
?:
string
[]
;
ids
?:
string
[]
;
ledgerAccountIds
?:
string
[]
}
Returns
Promise
<
{
ok
:
true
;
value
:
{
hasNext
:
boolean
;
items
:
(
{
accountNumber
:
string
;
achDepositInstructions
:
AchDepositInstructions
;
createdAt
:
Date
;
deletedAt
:
Date
|
null
;
id
:
string
;
name
:
string
|
null
;
provider
:
"VICTOR"
|
"BIVO"
|
"ROUTE_FUSION"
;
referenceId
:
string
|
null
;
routingNumber
:
string
;
rtpDepositInstructions
:
RtpDepositInstructions
;
status
:
"PENDING"
|
"ACTIVE"
;
type
:
"US_DEPOSIT"
|
"US_DDA"
;
updatedAt
:
Date
;
wireDepositInstructions
:
UsWireDepositInstructions
;
}
&
{
customerId
:
string
;
entityId
:
string
;
ledgerAccountId
:
string
}
)
[]
;
}
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
search
@cfxlabsinc/b2b-services
Loading...