@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/withdrawal-services
swift-wire
SwiftWireWithdrawalEstimateService
Class SwiftWireWithdrawalEstimateService
Index
Constructors
constructor
Methods
get
Constructors
constructor
new
SwiftWireWithdrawalEstimateService
(
args
:
{
entityProductFeeService
:
EntityProductFeeService
}
,
)
:
SwiftWireWithdrawalEstimateService
Parameters
args
:
{
entityProductFeeService
:
EntityProductFeeService
}
Returns
SwiftWireWithdrawalEstimateService
Methods
get
get
(
args
:
{
customerId
:
string
;
entityId
:
string
;
targetCurrency
:
|
"USD"
|
"MXN"
|
"AUD"
|
"HKD"
|
"JPY"
|
"NZD"
|
"SGD"
|
"SEK"
|
"CHF"
|
"CAD"
|
"GBP"
|
"CZK"
|
"DKK"
|
"EUR"
;
}
&
(
{
source
:
{
amount
:
BigNumber
}
}
|
{
target
:
{
amount
:
BigNumber
}
}
)
,
)
:
Promise
<
|
{
error
:
ServiceError
<
string
,
object
>
;
ok
:
false
}
|
{
ok
:
true
;
value
:
{
fees
:
Fees
;
sourceAmount
:
BigNumber
;
targetAmountAfterFees
:
BigNumber
;
totalFees
:
BigNumber
;
}
;
}
,
>
Parameters
args
:
{
customerId
:
string
;
entityId
:
string
;
targetCurrency
:
|
"USD"
|
"MXN"
|
"AUD"
|
"HKD"
|
"JPY"
|
"NZD"
|
"SGD"
|
"SEK"
|
"CHF"
|
"CAD"
|
"GBP"
|
"CZK"
|
"DKK"
|
"EUR"
;
}
&
(
{
source
:
{
amount
:
BigNumber
}
}
|
{
target
:
{
amount
:
BigNumber
}
}
)
Returns
Promise
<
|
{
error
:
ServiceError
<
string
,
object
>
;
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...