@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/deposit-services
index
AchDebitDepositQuoteService
Class AchDebitDepositQuoteService
Index
Constructors
constructor
Methods
accept
create
Constructors
constructor
new
AchDebitDepositQuoteService
(
args
:
{
achBatchService
:
AchBatchService
;
customerService
:
CustomerService
;
depositAdminService
:
DepositAdminService
;
depositQuoteService
:
DepositQuoteService
;
entityService
:
EntityService
;
paymentInstrumentQueryService
:
PaymentInstrumentQueryService
;
productQuoteService
:
ProductQuoteService
;
taskQueue
:
string
;
temporalClient
:
Client
;
virtualAccountQueryService
:
VirtualAccountQueryService
;
}
,
)
:
AchDebitDepositQuoteService
Parameters
args
:
{
achBatchService
:
AchBatchService
;
customerService
:
CustomerService
;
depositAdminService
:
DepositAdminService
;
depositQuoteService
:
DepositQuoteService
;
entityService
:
EntityService
;
paymentInstrumentQueryService
:
PaymentInstrumentQueryService
;
productQuoteService
:
ProductQuoteService
;
taskQueue
:
string
;
temporalClient
:
Client
;
virtualAccountQueryService
:
VirtualAccountQueryService
;
}
Returns
AchDebitDepositQuoteService
Methods
accept
accept
(
args
:
{
customerId
:
string
;
idempotencyKey
:
string
;
quoteId
:
string
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
{
depositId
:
string
}
}
>
Parameters
args
:
{
customerId
:
string
;
idempotencyKey
:
string
;
quoteId
:
string
}
Returns
Promise
<
{
ok
:
true
;
value
:
{
depositId
:
string
}
}
>
create
create
(
args
:
{
customerId
:
string
;
entityId
:
string
;
reference
:
string
;
sourceAmount
:
BigNumber
;
sourceCurrency
:
string
;
sourcePaymentInstrumentId
:
string
;
speed
?:
"same-day"
|
"next-day"
;
targetCurrency
:
"MOVEUSD"
;
walletAddress
:
Address
;
walletBlockchain
:
"SOLANA"
;
}
,
)
:
Promise
<
|
{
ok
:
true
;
value
:
DepositQuote
|
null
}
|
{
error
:
ServiceError
<
string
,
object
>
;
ok
:
false
}
,
>
Parameters
args
:
{
customerId
:
string
;
entityId
:
string
;
reference
:
string
;
sourceAmount
:
BigNumber
;
sourceCurrency
:
string
;
sourcePaymentInstrumentId
:
string
;
speed
?:
"same-day"
|
"next-day"
;
targetCurrency
:
"MOVEUSD"
;
walletAddress
:
Address
;
walletBlockchain
:
"SOLANA"
;
}
Returns
Promise
<
|
{
ok
:
true
;
value
:
DepositQuote
|
null
}
|
{
error
:
ServiceError
<
string
,
object
>
;
ok
:
false
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
accept
create
@cfxlabsinc/b2b-services
Loading...