@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/deposit-services
index
CashDepositRetailerService
Class CashDepositRetailerService
Index
Constructors
constructor
Methods
get
search
Constructors
constructor
new
CashDepositRetailerService
(
args
:
{
greendotRetailerClient
:
GreendotRetailerClient
;
sqlClient
:
Sql
}
,
)
:
CashDepositRetailerService
Parameters
args
:
{
greendotRetailerClient
:
GreendotRetailerClient
;
sqlClient
:
Sql
}
Returns
CashDepositRetailerService
Methods
get
get
(
args
:
{
id
:
string
}
,
)
:
Promise
<
{
enabled
:
boolean
;
id
:
string
;
name
:
string
;
slug
:
string
}
|
null
,
>
Parameters
args
:
{
id
:
string
}
Returns
Promise
<
{
enabled
:
boolean
;
id
:
string
;
name
:
string
;
slug
:
string
}
|
null
>
search
search
()
:
Promise
<
{
enabled
:
boolean
;
id
:
string
;
name
:
string
;
slug
:
string
}
[]
,
>
Returns
Promise
<
{
enabled
:
boolean
;
id
:
string
;
name
:
string
;
slug
:
string
}
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
search
@cfxlabsinc/b2b-services
Loading...