@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/withdrawal-services
metcap
MetcapWireBatchTransactionService
Class MetcapWireBatchTransactionService
Index
Constructors
constructor
Properties
db
Methods
get
search
stat
Constructors
constructor
new
MetcapWireBatchTransactionService
(
args
:
{
metcapWireBatchAdminService
:
MetcapWireBatchAdminService
;
paymentInstrumentAdminQueryService
:
PaymentInstrumentAdminQueryService
;
sqlClient
:
Sql
;
withdrawalAdminService
:
WithdrawalAdminService
;
}
,
)
:
MetcapWireBatchTransactionService
Parameters
args
:
{
metcapWireBatchAdminService
:
MetcapWireBatchAdminService
;
paymentInstrumentAdminQueryService
:
PaymentInstrumentAdminQueryService
;
sqlClient
:
Sql
;
withdrawalAdminService
:
WithdrawalAdminService
;
}
Returns
MetcapWireBatchTransactionService
Properties
Protected
Readonly
db
db
:
B2bDatabase
Methods
get
get
(
args
:
{
tx
?:
B2bPgTransaction
;
withdrawalId
:
string
}
,
)
:
Promise
<
|
{
ok
:
true
;
value
:
FedwireWireBatchTransaction
|
SwiftWireBatchTransaction
;
}
|
{
error
:
ServiceError
;
ok
:
false
}
,
>
Parameters
args
:
{
tx
?:
B2bPgTransaction
;
withdrawalId
:
string
}
Returns
Promise
<
|
{
ok
:
true
;
value
:
FedwireWireBatchTransaction
|
SwiftWireBatchTransaction
;
}
|
{
error
:
ServiceError
;
ok
:
false
}
,
>
search
search
(
args
:
{
tx
?:
B2bPgTransaction
;
wireBatchId
:
string
}
,
)
:
Promise
<
|
{
ok
:
true
;
value
:
FedwireWireBatchTransaction
[]
|
SwiftWireBatchTransaction
[]
;
}
|
{
error
:
ServiceError
;
ok
:
false
}
,
>
Parameters
args
:
{
tx
?:
B2bPgTransaction
;
wireBatchId
:
string
}
Returns
Promise
<
|
{
ok
:
true
;
value
:
FedwireWireBatchTransaction
[]
|
SwiftWireBatchTransaction
[]
;
}
|
{
error
:
ServiceError
;
ok
:
false
}
,
>
stat
stat
(
args
:
{
tx
?:
B2bPgTransaction
;
wireBatchId
:
string
}
,
)
:
Promise
<
|
{
error
:
ServiceError
;
ok
:
false
}
|
{
ok
:
true
;
value
:
WireBatchTransactionsStats
}
,
>
Parameters
args
:
{
tx
?:
B2bPgTransaction
;
wireBatchId
:
string
}
Returns
Promise
<
|
{
error
:
ServiceError
;
ok
:
false
}
|
{
ok
:
true
;
value
:
WireBatchTransactionsStats
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
db
Methods
get
search
stat
@cfxlabsinc/b2b-services
Loading...