@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/withdrawal-services
metcap
MetcapWireFileGeneratorService
Class MetcapWireFileGeneratorService
Index
Constructors
constructor
Properties
db
Methods
create
Constructors
constructor
new
MetcapWireFileGeneratorService
(
args
:
{
metcapWireBatchAdminService
:
MetcapWireBatchAdminService
;
metcapWireBatchTransactionService
:
MetcapWireBatchTransactionService
;
sqlClient
:
Sql
;
wireOriginatorConfig
:
WireOriginatorConfig
;
}
,
)
:
MetcapWireFileGeneratorService
Parameters
args
:
{
metcapWireBatchAdminService
:
MetcapWireBatchAdminService
;
metcapWireBatchTransactionService
:
MetcapWireBatchTransactionService
;
sqlClient
:
Sql
;
wireOriginatorConfig
:
WireOriginatorConfig
;
}
Returns
MetcapWireFileGeneratorService
Properties
Protected
Readonly
db
db
:
B2bDatabase
Methods
create
create
(
args
:
{
tx
?:
B2bPgTransaction
;
type
:
"SWIFT"
|
"FEDWIRE"
;
wireFileId
:
string
;
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
{
batchIds
:
string
[]
;
fileContents
:
string
[]
;
parts
:
number
;
withdrawalIds
:
string
[]
;
}
;
}
,
>
Parameters
args
:
{
tx
?:
B2bPgTransaction
;
type
:
"SWIFT"
|
"FEDWIRE"
;
wireFileId
:
string
}
Returns
Promise
<
{
ok
:
true
;
value
:
{
batchIds
:
string
[]
;
fileContents
:
string
[]
;
parts
:
number
;
withdrawalIds
:
string
[]
;
}
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
db
Methods
create
@cfxlabsinc/b2b-services
Loading...