@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/withdrawal-services
yellowcard
YellowcardWithdrawalQuoteQueryService
Class YellowcardWithdrawalQuoteQueryService
Hierarchy (
View Summary
)
YellowcardWithdrawalQuoteQueryService
YellowcardWithdrawalQuoteService
Index
Constructors
constructor
Properties
yellowcard
Client
Methods
get
get
Channels
get
Networks
Constructors
constructor
new
YellowcardWithdrawalQuoteQueryService
(
args
:
{
sqlClient
:
Sql
;
yellowcardClient
:
YellowcardClient
}
,
)
:
YellowcardWithdrawalQuoteQueryService
Parameters
args
:
{
sqlClient
:
Sql
;
yellowcardClient
:
YellowcardClient
}
Returns
YellowcardWithdrawalQuoteQueryService
Properties
Protected
Readonly
yellowcard
Client
yellowcardClient
:
YellowcardClient
Methods
get
get
(
__namedParameters
:
{
customerId
:
string
;
id
:
string
;
tx
?:
B2bPgTransaction
;
}
,
)
:
Promise
<
{
ok
:
true
;
value
:
YellowcardWithdrawalQuote
|
null
}
>
Parameters
__namedParameters
:
{
customerId
:
string
;
id
:
string
;
tx
?:
B2bPgTransaction
}
Returns
Promise
<
{
ok
:
true
;
value
:
YellowcardWithdrawalQuote
|
null
}
>
get
Channels
getChannels
(
country
?:
string
)
:
Promise
<
YellowcardChannel
[]
>
Parameters
Optional
country
:
string
Returns
Promise
<
YellowcardChannel
[]
>
get
Networks
getNetworks
(
country
:
string
,
)
:
Promise
<
{
accountNumberType
:
string
;
channelIds
:
string
[]
;
code
?:
string
;
country
:
string
;
id
:
string
;
name
:
string
;
status
:
string
;
}
[]
,
>
Parameters
country
:
string
Returns
Promise
<
{
accountNumberType
:
string
;
channelIds
:
string
[]
;
code
?:
string
;
country
:
string
;
id
:
string
;
name
:
string
;
status
:
string
;
}
[]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
yellowcard
Client
Methods
get
get
Channels
get
Networks
@cfxlabsinc/b2b-services
Loading...