@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/withdrawal-services
wire-drawdown
WireDrawdownWithdrawalQuoteQueryService
Class WireDrawdownWithdrawalQuoteQueryService
Hierarchy (
View Summary
)
WireDrawdownWithdrawalQuoteQueryService
WireDrawdownWithdrawalQuoteService
Index
Constructors
constructor
Methods
get
Constructors
constructor
new
WireDrawdownWithdrawalQuoteQueryService
(
args
:
{
sqlClient
:
Sql
}
,
)
:
WireDrawdownWithdrawalQuoteQueryService
Parameters
args
:
{
sqlClient
:
Sql
}
Returns
WireDrawdownWithdrawalQuoteQueryService
Methods
get
get
(
__namedParameters
:
{
customerId
:
string
;
id
:
string
;
tx
?:
B2bPgTransaction
;
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
WireDrawdownWithdrawalQuote
|
null
}
>
Get a withdrawal by ID without customer restriction
Parameters
__namedParameters
:
{
customerId
:
string
;
id
:
string
;
tx
?:
B2bPgTransaction
}
Returns
Promise
<
{
ok
:
true
;
value
:
WireDrawdownWithdrawalQuote
|
null
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
@cfxlabsinc/b2b-services
Loading...
Get a withdrawal by ID without customer restriction