@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/withdrawal-services
ach-credit
AchCreditWithdrawalEstimateService
Class AchCreditWithdrawalEstimateService
Index
Constructors
constructor
Methods
get
Constructors
constructor
new
AchCreditWithdrawalEstimateService
(
args
:
{
entityProductFeeService
:
EntityProductFeeService
}
,
)
:
AchCreditWithdrawalEstimateService
Parameters
args
:
{
entityProductFeeService
:
EntityProductFeeService
}
Returns
AchCreditWithdrawalEstimateService
Methods
get
get
(
args
:
{
customerId
:
string
;
entityId
:
string
}
&
(
{
source
:
{
amount
:
BigNumber
}
}
|
{
target
:
{
amount
:
BigNumber
}
}
)
,
)
:
Promise
<
|
{
error
:
ServiceError
;
ok
:
false
}
|
{
ok
:
true
;
value
:
{
fees
:
Fees
;
sourceAmount
:
BigNumber
;
targetAmountAfterFees
:
BigNumber
;
totalFees
:
BigNumber
;
}
;
}
,
>
Parameters
args
:
{
customerId
:
string
;
entityId
:
string
}
&
(
{
source
:
{
amount
:
BigNumber
}
}
|
{
target
:
{
amount
:
BigNumber
}
}
)
Returns
Promise
<
|
{
error
:
ServiceError
;
ok
:
false
}
|
{
ok
:
true
;
value
:
{
fees
:
Fees
;
sourceAmount
:
BigNumber
;
targetAmountAfterFees
:
BigNumber
;
totalFees
:
BigNumber
;
}
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
@cfxlabsinc/b2b-services
Loading...